Skip to content

Commit 0ee76b1

Browse files
Update 3 files
Signed-off-by: ankur_jain <[email protected]>
1 parent 0c5f623 commit 0ee76b1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

zeppelin-web/src/app/notebook/paragraph/paragraph-chart-selector.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
ng-click="setGraphMode('scatterChart', true)"><i class="cf cf-scatter-chart"></i>
4242
</button>
4343
</div>
44-
4544
<div id="{{paragraph.id}}_search"
4645
ng-if="paragraph.result.type == 'TABLE' && !asIframe && !viewOnly"
4746
class="btn-group"

zeppelin-web/src/app/notebook/paragraph/paragraph.controller.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ angular.module('zeppelinWebApp')
2323
$scope.originalText = '';
2424
$scope.editor = null;
2525

26+
2627
var paragraphScope = $rootScope.$new(true, $rootScope);
2728

2829
// to keep backward compatibility

zeppelin-web/src/app/notebook/paragraph/paragraph.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
margin-left: 2px;
2828
}
2929

30+
3031
/*
3132
Paragraph Results
3233
*/

0 commit comments

Comments
 (0)