Signed-off-by: Dominik Csapak <d.csa...@proxmox.com>
---
 data/PVE/DataCenterConfig.pm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/data/PVE/DataCenterConfig.pm b/data/PVE/DataCenterConfig.pm
index 6c0fa5b..e890820 100644
--- a/data/PVE/DataCenterConfig.pm
+++ b/data/PVE/DataCenterConfig.pm
@@ -222,6 +222,19 @@ my $datacenter_schema = {
            maxLength => 64 * 1024,
            optional => 1,
        },
+       'tag-tree-style' => {
+           optional => 1,
+           type => 'string',
+           enum => ['full', 'circle', 'dense', 'none'],
+           default => 'circle',
+           description => "Tag style in tree.",
+       },
+       'tag-colors' => {
+           optional => 1,
+           type => 'string',
+           pattern => 
'(?:[a-zA-Z0-9_][a-zA-Z0-9_\-\+\.]*=[0-9a-fA-F]{6},)*(?:[a-zA-Z0-9_][a-zA-Z0-9_\-\+\.]*=[0-9a-fA-F]{6})',
+           description => "Manual color mapping for tags. Format is 
'<tag>=<hex-color>'",
+       },
     },
 };
 
-- 
2.30.2



_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to