mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Merge remote-tracking branch 'origin/master' into ZEPPELIN-2813
This commit is contained in:
commit
4ce5286c80
1 changed files with 4 additions and 1 deletions
|
|
@ -113,8 +113,11 @@ limitations under the License.
|
|||
ng-controller="ParagraphCtrl"
|
||||
ng-init="init(currentParagraph, note)"
|
||||
ng-class="columnWidthClass(currentParagraph.config.colWidth)"
|
||||
style="margin: 0; padding: 0;"
|
||||
style="margin: 0; padding: 0;">
|
||||
|
||||
<!-- see ZEPPELIN-2806
|
||||
viewport-watch>
|
||||
-->
|
||||
<div class="new-paragraph" ng-click="insertNew('above')" ng-hide="viewOnly || asIframe || revisionView">
|
||||
<h4 class="plus-sign">+</h4>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue