]> git.proxmox.com Git - pve-cluster.git/commitdiff
datacenter config: fix descriptions for user-tag-access schema
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 29 Oct 2023 14:41:24 +0000 (15:41 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 29 Oct 2023 14:41:27 +0000 (15:41 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/PVE/DataCenterConfig.pm

index d6634e8905c829904b5244498bc592068a88e0e5..c864e514a773925267d1f29c62ae74dc9579ffef 100644 (file)
@@ -268,15 +268,15 @@ my $user_tag_privs_format = {
        type => 'string',
        enum => ['none', 'list', 'existing', 'free'],
        default => 'free',
-       description => "Controls tag usage for users without `Sys.Modify` on `/` by either "
-           ."allowing `none`, a `list`, already `existing` or anything (`free`).",
-       verbose_description => "Controls which tags can be set or deleted on resources a user "
-           ."controls (such as guests). Users with the `Sys.Modify` privilege on `/` are always "
-           ." unrestricted. "
-           ."* 'none' no tags are usable. "
-           ."* 'list' tags from 'user-allow-list' are usable. "
-           ."* 'existing' like list, but already existing tags of resources are also usable."
-           ."* 'free' no tag restrictions.",
+       description => "Controls tag usage for users without `Sys.Modify` on `/` by either"
+           ." allowing `none`, a `list`, already `existing` or anything (`free`).",
+       verbose_description => "Controls which tags can be set or deleted on resources a user"
+           ." controls (such as guests). Users with the `Sys.Modify` privilege on `/` are always"
+           ."unrestricted.\n"
+           ."* 'none' no tags are usable.\n"
+           ."* 'list' tags from 'user-allow-list' are usable.\n"
+           ."* 'existing' like list, but already existing tags of resources are also usable.\n"
+           ."* 'free' no tag restrictions.\n",
     },
     'user-allow-list' => {
        optional => 1,