From c3b82855847c0df0d7c2c57b91ba0d4fc6b9fb12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Slavi=C5=A1a=20Are=C5=BEina?= <58952836+tremor021@users.noreply.github.com> Date: Sun, 8 Mar 2026 16:12:53 +0100 Subject: [PATCH] Change slug from 'lxc-execute' to 'execute' (#12681) --- frontend/public/json/execute.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/public/json/execute.json b/frontend/public/json/execute.json index 9535f86d0..56e4d112a 100644 --- a/frontend/public/json/execute.json +++ b/frontend/public/json/execute.json @@ -1,6 +1,6 @@ { "name": "PVE LXC Execute Command", - "slug": "lxc-execute", + "slug": "execute", "categories": [ 1 ],