Make image history spinner be in a nicer place
This commit is contained in:
parent
ad200d680f
commit
2735c58560
1 changed files with 6 additions and 5 deletions
|
@ -57,10 +57,6 @@
|
||||||
<div class="repo-content" ng-show="currentTag.image">
|
<div class="repo-content" ng-show="currentTag.image">
|
||||||
<!-- Image History -->
|
<!-- Image History -->
|
||||||
<div id="image-history">
|
<div id="image-history">
|
||||||
<div ng-hide="imageHistory">
|
|
||||||
<i class="icon-spinner icon-spin icon-3x"></i>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Tree View container -->
|
<!-- Tree View container -->
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
|
@ -81,6 +77,11 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Image history loading -->
|
||||||
|
<div ng-hide="imageHistory" style="padding: 10px; text-align: center;">
|
||||||
|
<i class="icon-spinner icon-spin icon-3x"></i>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Tree View itself -->
|
<!-- Tree View itself -->
|
||||||
<div id="image-history-container"></div>
|
<div id="image-history-container"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Reference in a new issue