mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
update html
This commit is contained in:
parent
f9ea386453
commit
a980500f68
1 changed files with 6 additions and 3 deletions
|
|
@ -33,6 +33,12 @@ limitations under the License.
|
|||
as-sortable="interpreterSelectionListeners" data-ng-model="interpreterBindings">
|
||||
<div data-ng-repeat="item in interpreterBindings" as-sortable-item>
|
||||
<div>
|
||||
<a class="btn btn-info btn-md"
|
||||
ng-click="restartInterpreter(item)"
|
||||
ng-show="item.selected"
|
||||
tooltip="Restart">
|
||||
<span class="glyphicon glyphicon-refresh btn-md"></span>
|
||||
</a>
|
||||
<div as-sortable-item-handle
|
||||
ng-click="item.selected = !item.selected"
|
||||
class="btn"
|
||||
|
|
@ -48,9 +54,6 @@ limitations under the License.
|
|||
</span>
|
||||
</small>
|
||||
</div>
|
||||
<a ng-click="restartInterpreter(item)" ng-show="item.selected">
|
||||
<span class="glyphicon glyphicon-refresh btn-md"></span>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue