change button to icon

This commit is contained in:
astroshim 2016-08-28 22:50:39 +09:00
parent a980500f68
commit 123882df7d

View file

@ -33,12 +33,9 @@ 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">
<a ng-click="restartInterpreter(item)" ng-show="item.selected" tooltip="Restart">
<span class="glyphicon glyphicon-refresh btn-md"></span>
</a>
</a>&nbsp
<div as-sortable-item-handle
ng-click="item.selected = !item.selected"
class="btn"