Fix application image cleanup

This commit is contained in:
ayntk-ai
2024-09-04 14:54:43 +02:00
parent b314b08f25
commit bec974dca4
4 changed files with 32 additions and 4 deletions

View File

@@ -34,6 +34,7 @@
:actions="['This service will be stopped.', 'If the service is currently in use data could be lost.', 'All non-persistent data of this service (containers, networks, unused images) will be deleted (don\'t worry, no data is lost and you can start the service again).']"
:confirmWithText="false"
:confirmWithPassword="false"
step1ButtonText="Continue Stopping Service"
step2ButtonText="Stop Service"
:dispatchEvent="true"
dispatchEventType="stopEvent"
@@ -67,6 +68,7 @@
:actions="['This service will be stopped.', 'If the service is currently in use data could be lost.', 'All non-persistent data of this service (containers, networks, unused images) will be deleted (don\'t worry, no data is lost and you can start the service again).']"
:confirmWithText="false"
:confirmWithPassword="false"
step1ButtonText="Continue Stopping Service"
step2ButtonText="Stop Service"
:dispatchEvent="true"
dispatchEventType="stopEvent"
@@ -106,6 +108,7 @@
:actions="['This service will be stopped.', 'If the service is currently in use data could be lost.', 'All non-persistent data of this service (containers, networks, unused images) will be deleted (don\'t worry, no data is lost and you can start the service again).']"
:confirmWithText="false"
:confirmWithPassword="false"
step1ButtonText="Continue Stopping Service"
step2ButtonText="Stop Service"
:dispatchEvent="true"
dispatchEventType="stopEvent"