chore(confirm-delete): add help icon to link FAQ

This commit is contained in:
Joxit 2025-01-07 20:32:40 +01:00
parent cb776739c2
commit 22960a2547
No known key found for this signature in database
GPG key ID: F526592B8E012263

View file

@ -16,7 +16,18 @@
-->
<confirm-delete-image>
<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">
<ul>
<li each="{ image in displayImagesToDelete(props.toDelete, props.tags) }">{ image.name }:{ image.tag }</li>