mirror of
https://github.com/ershisan99/coolify.git
synced 2025-12-16 20:49:28 +00:00
Fix application image cleanup
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user