]> git.proxmox.com Git - pve-docs.git/commitdiff
pveum: add role add screenshot
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Apr 2019 16:27:33 +0000 (18:27 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 5 Apr 2019 16:27:35 +0000 (18:27 +0200)
also expand the text a bit, mostly for formatting reasons, as else
the screenshot renders into the CLI pveum code example block in the
HTML output...

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
images/screenshot/gui-datacenter-role-add.png [new file with mode: 0644]
pveum.adoc

diff --git a/images/screenshot/gui-datacenter-role-add.png b/images/screenshot/gui-datacenter-role-add.png
new file mode 100644 (file)
index 0000000..6a720ca
Binary files /dev/null and b/images/screenshot/gui-datacenter-role-add.png differ
index e31044e461427626f9e41aece659ea5862f7bde8..77f7aecbbc3e7e78dc4f34b5860417b62c6d9eef 100644 (file)
@@ -310,9 +310,15 @@ of predefined roles which satisfies most needs.
 
 You can see the whole set of predefined roles on the GUI.
 
-Adding new roles can be done via both GUI and the command line, like
-this:
+Adding new roles can be done via both GUI and the command line.
+
+[thumbnail="screenshot/gui-datacenter-role-add.png"]
+For the GUI just navigate to 'Permissions -> User' Tab from 'Datacenter' and
+click on the 'Create' button, there you can set a name and select all desired
+roles from the 'Privileges' dropdown box.
 
+To add a role through the command line you can use the 'pveum' CLI tool, like
+this:
 [source,bash]
 ----
 pveum roleadd PVE_Power-only -privs "VM.PowerMgmt VM.Console"