mirror of
https://github.com/Joxit/docker-registry-ui.git
synced 2025-04-27 23:50:01 +03:00
chore(confirm-delete): add help icon to link FAQ
This commit is contained in:
parent
cb776739c2
commit
22960a2547
1 changed files with 12 additions and 1 deletions
|
@ -16,7 +16,18 @@
|
||||||
-->
|
-->
|
||||||
<confirm-delete-image>
|
<confirm-delete-image>
|
||||||
<material-popup opened="{ props.opened }" onClick="{ props.onClick }">
|
<material-popup opened="{ props.opened }" onClick="{ props.onClick }">
|
||||||
<div class="material-popup-title">These images will be deleted</div>
|
<div class="material-popup-title">
|
||||||
|
These images will be deleted
|
||||||
|
<material-button
|
||||||
|
color="inherit"
|
||||||
|
text-color="var(--accent-text)"
|
||||||
|
target="_blank"
|
||||||
|
waves-color="var(--hover-background)"
|
||||||
|
href="https://joxit.dev/docker-registry-ui/#:~:text=Why%20when%20I%20delete%20one%20tag,%20all%20tags%20with%20the%20same%20SHA%20are%20deleted%20"
|
||||||
|
icon
|
||||||
|
><i class="material-icons">help</i>
|
||||||
|
</material-button>
|
||||||
|
</div>
|
||||||
<div class="material-popup-content">
|
<div class="material-popup-content">
|
||||||
<ul>
|
<ul>
|
||||||
<li each="{ image in displayImagesToDelete(props.toDelete, props.tags) }">{ image.name }:{ image.tag }</li>
|
<li each="{ image in displayImagesToDelete(props.toDelete, props.tags) }">{ image.name }:{ image.tag }</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue