Skip to content

Commit

Permalink
docs: extra doc for DockerImagesView.vue #356
Browse files Browse the repository at this point in the history
  • Loading branch information
bsilkyn committed May 15, 2024
1 parent b0f6052 commit 6aea2ab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions frontend/src/views/admin/DockerImagesView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ const safetyGuardFunction = ref<() => Promise<void>>(async () => {});
const fileUpload = ref();
/**
* A function to make the confirmation dialog pop up
*/
const activateSafetyGuard = (): void => {
confirm.require({
message: t('admin.safeGuard'),
Expand Down

0 comments on commit 6aea2ab

Please sign in to comment.