docker, rm within the Dockge's container in this Web UI.",
+ "ConsoleNotEnabledMSG2": "It might be dangerous since this Dockge container is connecting to the host's Docker daemon. Also Dockge could be possibly taken down by commands like rm -rf" ,
+ "ConsoleNotEnabledMSG3": "If you understand the risk, you can enable it by setting DOCKGE_ENABLE_CONSOLE=true in the environment variables.",
+ "confirmLeaveStack": "You are currently editing a stack. Are you sure you want to leave?"
}
diff --git a/frontend/src/pages/Compose.vue b/frontend/src/pages/Compose.vue
index bcea292..7572a23 100644
--- a/frontend/src/pages/Compose.vue
+++ b/frontend/src/pages/Compose.vue
@@ -229,7 +229,7 @@
-
- Console is a powerful tool that allows you to execute any commands such as docker, rm within the Dockge's container in this Web UI.
-
- It might be dangerous since this Dockge container is connecting to the host's Docker daemon. Also Dockge could be possibly taken down by commands like rm -rf.
-
- If you understand the risk, you can enable it by setting DOCKGE_ENABLE_CONSOLE=true in the environment variables.
-