Fix: DB image cleanup

This commit is contained in:
ayntk-ai
2024-09-04 14:59:44 +02:00
parent bec974dca4
commit c16e914be4
3 changed files with 18 additions and 3 deletions

View File

@@ -54,9 +54,11 @@
title="Confirm Database Stopping?"
buttonTitle="Stop"
submitAction="stop"
:checkboxes="$checkboxes"
:actions="['This database will be stopped.', 'If the database is currently in use data could be lost.', 'All non-persistent data of this database (containers, networks, unused images) will be deleted (don\'t worry, no data is lost and you can start the database again).']"
:confirmWithText="false"
:confirmWithPassword="false"
step1ButtonText="Continue Stopping Database"
step2ButtonText="Stop Database"
:dispatchEvent="true"
dispatchEventType="stopEvent"