Rename image-link into manifest-link, and change to typescript, in prep for the UI changes to link to manifests
This commit is contained in:
parent
58c2ddac98
commit
d41dcaae23
12 changed files with 122 additions and 125 deletions
|
@ -162,9 +162,9 @@
|
|||
|
||||
Are you sure you want to restore tag
|
||||
<span class="label label-default tag">{{ restoreTagInfo.tag.name }}</span> to image
|
||||
<span class="image-link" repository="repository"
|
||||
image-id="restoreTagInfo.image_id"
|
||||
manifest-digest="restoreTagInfo.manifest_digest"></span>?
|
||||
<manifest-link repository="repository"
|
||||
image-id="restoreTagInfo.image_id"
|
||||
manifest-digest="restoreTagInfo.manifest_digest"></manifest-link>?
|
||||
</div>
|
||||
|
||||
<!-- Tag Operations Disabled Dialog -->
|
||||
|
|
Reference in a new issue