mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +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
|
@ -82,7 +82,7 @@
|
|||
<td>ID</td>
|
||||
<td>
|
||||
{{ image.Id }}
|
||||
<button class="btn btn-xs btn-danger" ng-click="removeImage(image.Id)">Delete this image</button>
|
||||
<button class="btn btn-xs btn-danger" ng-click="removeImage(image.Id)"><i class="fa fa-trash btn-ico" aria-hidden="true"></i>Delete this image</button>
|
||||
</td>
|
||||
</tr>
|
||||
<tr ng-if="image.Parent">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue