1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-05 13:55:21 +02:00

feat(image): add the ability to force remove an image (#497) (#562)

This commit is contained in:
Romain 2017-02-15 23:14:56 +01:00 committed by Anthony Lapenna
parent 6f53d1a35a
commit 64ef74321a
7 changed files with 70 additions and 7 deletions

View file

@ -72,6 +72,10 @@ input[type="radio"] {
vertical-align: middle;
}
a[ng-click]{
cursor: pointer;
}
.space-right {
margin-right: 5px;
}