From 3b55746ed940969f7d91da8a82ac5f443dd82003 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Tue, 18 Nov 2025 16:14:38 +0100 Subject: [PATCH] Change updateable status from false to true --- frontend/public/json/kasm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/kasm.json b/frontend/public/json/kasm.json index 3b09acad5..cea48c3a7 100644 --- a/frontend/public/json/kasm.json +++ b/frontend/public/json/kasm.json @@ -6,7 +6,7 @@ ], "date_created": "2025-05-26", "type": "ct", - "updateable": false, + "updateable": true, "privileged": true, "config_path": "", "interface_port": 443,