Fix manifest UI page to properly show the layers of manifests and show manifest lists
This commit is contained in:
parent
8cd3740c69
commit
4106f5ce51
13 changed files with 162 additions and 89 deletions
7
static/directives/manifest-view-layer.html
Normal file
7
static/directives/manifest-view-layer.html
Normal file
|
@ -0,0 +1,7 @@
|
|||
<div class="manifest-view-layer-element" ng-class="getClass()">
|
||||
<div class="image-command">
|
||||
<image-command command="layer.command"></image-command>
|
||||
</div>
|
||||
<div class="image-layer-dot"></div>
|
||||
<div class="image-layer-line"></div>
|
||||
</div>
|
Reference in a new issue