From d4a3a4794c6f2ac629d389abaf7acbcd9c161e26 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 20 Dec 2024 19:31:56 +0100 Subject: [PATCH] add: warn pre-alpha-state --- json/pdm.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/json/pdm.json b/json/pdm.json index 6092bec3..e9f66d81 100644 --- a/json/pdm.json +++ b/json/pdm.json @@ -35,6 +35,10 @@ { "text": "Set a root password if using autologin. This will be the PBS password. `sudo passwd root`", "type": "info" + }, + { + "text": "Proxmox Datacenter Manager is in an alpha stage of development. Use it cautiously, as bugs, incomplete features, and potential instabilities are expected.", + "type": "warning" } ] } \ No newline at end of file