mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
arrange buttons
This commit is contained in:
parent
14efb6cde6
commit
911089785d
1 changed files with 7 additions and 7 deletions
|
|
@ -68,13 +68,6 @@ limitations under the License.
|
|||
ng-click="exportToTSV()"><i class="fa fa-download"></i>
|
||||
</button>
|
||||
</span>
|
||||
<span
|
||||
ng-if="getResultType()=='TABLE' && !paragraph.config.helium.activeApp && getGraphMode()!='table' && !asIframe && !viewOnly"
|
||||
style="margin-left:10px; cursor:pointer; display: inline-block; vertical-align:top; position: relative; line-height:30px;">
|
||||
<a class="btnText" ng-click="toggleGraphOption()">
|
||||
settings <span ng-class="paragraph.config.graph.optionOpen ? 'fa fa-caret-up' : 'fa fa-caret-down'"></span>
|
||||
</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
<div id="{{paragraph.id}}_helium"
|
||||
|
|
@ -105,4 +98,11 @@ limitations under the License.
|
|||
</ul>
|
||||
</div>
|
||||
|
||||
<span
|
||||
ng-if="getResultType()=='TABLE' && !paragraph.config.helium.activeApp && getGraphMode()!='table' && !asIframe && !viewOnly"
|
||||
style="margin-left:10px; cursor:pointer; display: inline-block; vertical-align:top; position: relative; line-height:30px;">
|
||||
<a class="btnText" ng-click="toggleGraphOption()">
|
||||
settings <span ng-class="paragraph.config.graph.optionOpen ? 'fa fa-caret-up' : 'fa fa-caret-down'"></span>
|
||||
</a>
|
||||
</span>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue