Skip to content

Commit 22960a2

Browse files
committed
chore(confirm-delete): add help icon to link FAQ
1 parent cb77673 commit 22960a2

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

src/components/dialogs/confirm-delete-image.riot

+12-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,18 @@
1616
-->
1717
<confirm-delete-image>
1818
<material-popup opened="{ props.opened }" onClick="{ props.onClick }">
19-
<div class="material-popup-title">These images will be deleted</div>
19+
<div class="material-popup-title">
20+
These images will be deleted
21+
<material-button
22+
color="inherit"
23+
text-color="var(--accent-text)"
24+
target="_blank"
25+
waves-color="var(--hover-background)"
26+
href="https://joxit.dev/docker-registry-ui/#:~:text=Why%20when%20I%20delete%20one%20tag,%20all%20tags%20with%20the%20same%20SHA%20are%20deleted%20"
27+
icon
28+
><i class="material-icons">help</i>
29+
</material-button>
30+
</div>
2031
<div class="material-popup-content">
2132
<ul>
2233
<li each="{ image in displayImagesToDelete(props.toDelete, props.tags) }">{ image.name }:{ image.tag }</li>

0 commit comments

Comments
 (0)