Merge pull request #1468 from coreos-inc/sizeclarify
Add a tooltip clarifying the size column
This commit is contained in:
commit
dc95f36f66
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@
|
|||
<td class="hidden-sm hidden-xs"
|
||||
ng-class="tablePredicateClass('size', options.predicate, options.reverse)"
|
||||
style="width: 80px;">
|
||||
<a ng-click="orderBy('size')">Size</a>
|
||||
<a ng-click="orderBy('size')" data-title="The compressed size of the tag's image" data-container="body" bs-tooltip>Size</a>
|
||||
</td>
|
||||
<td class="hidden-xs hidden-sm"
|
||||
ng-class="tablePredicateClass('image_id', options.predicate, options.reverse)"
|
||||
|
|
Reference in a new issue