style(images): prevent unused label breaking to multiple lines (#1314)

pull/1316/head
1138-4EB 2017-10-23 20:19:13 +02:00 committed by Anthony Lapenna
parent 4a49942ae5
commit c97f1d24cd
1 changed files with 1 additions and 4 deletions

View File

@ -125,10 +125,7 @@
<td><input type="checkbox" ng-model="image.Checked" ng-change="selectItem(image)" /></td>
<td>
<a class="monospaced" ui-sref="image({id: image.Id})">{{ image.Id|truncate:20}}</a>
<span style="margin-left: 10px;" class="label label-warning image-tag"
ng-if="::image.ContainerCount === 0">
Unused
</span>
<span style="margin-left: 10px;" class="label label-warning image-tag" ng-if="::image.ContainerCount === 0">Unused</span>
</td>
<td>
<span class="label label-primary image-tag" ng-repeat="tag in (image|repotags)">{{ tag }}</span>