From 881bcc6ba3393a6c1446610019b04bb29f8193a5 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 25 Jun 2025 12:07:44 +0200 Subject: [PATCH] add missing 2 --- frontend/public/json/debian-vm.json | 2 +- frontend/public/json/ubuntu2504-vm.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/public/json/debian-vm.json b/frontend/public/json/debian-vm.json index 6a21c8ae5..08b2828b0 100644 --- a/frontend/public/json/debian-vm.json +++ b/frontend/public/json/debian-vm.json @@ -6,7 +6,7 @@ ], "date_created": "2024-05-02", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": null, diff --git a/frontend/public/json/ubuntu2504-vm.json b/frontend/public/json/ubuntu2504-vm.json index 8b6c6838f..cd23216e5 100644 --- a/frontend/public/json/ubuntu2504-vm.json +++ b/frontend/public/json/ubuntu2504-vm.json @@ -6,7 +6,7 @@ ], "date_created": "2025-06-19", "type": "vm", - "updateable": false, + "updateable": true, "privileged": false, "interface_port": null, "documentation": null,