mirror of
https://github.com/portainer/portainer.git
synced 2025-08-02 20:35:25 +02:00
style(actions): add icons for every actions
This commit is contained in:
parent
8f33151647
commit
2b8bc82d4e
6 changed files with 28 additions and 12 deletions
|
@ -55,7 +55,7 @@
|
|||
</rd-widget-header>
|
||||
<rd-widget-taskbar classes="col-lg-12">
|
||||
<div class="pull-left">
|
||||
<button type="button" class="btn btn-danger" ng-click="removeAction()" ng-disabled="!state.selectedItemCount">Remove</button>
|
||||
<button type="button" class="btn btn-danger" ng-click="removeAction()" ng-disabled="!state.selectedItemCount"><i class="fa fa-trash btn-ico" aria-hidden="true"></i>Remove</button>
|
||||
</div>
|
||||
<div class="pull-right">
|
||||
<input type="text" id="filter" ng-model="state.filter" placeholder="Filter..." class="form-control input-sm" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue