From f8c78d84a1b34354f0d83d0affa3690e27bb7ad1 Mon Sep 17 00:00:00 2001 From: Alexander Zeidler Date: Fri, 24 Nov 2023 18:43:47 +0100 Subject: [PATCH] docs: replace path list with table for better readability Signed-off-by: Alexander Zeidler --- docs/user-management.rst | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/docs/user-management.rst b/docs/user-management.rst index 44040217..9c425eb4 100644 --- a/docs/user-management.rst +++ b/docs/user-management.rst @@ -329,16 +329,19 @@ references are specified in curly brackets. Some examples are: -* `/datastore`: Access to *all* datastores on a Proxmox Backup server -* `/datastore/{store}`: Access to a specific datastore on a Proxmox Backup - server -* `/datastore/{store}/{ns}`: Access to a specific namespace on a specific - datastore -* `/remote`: Access to all remote entries -* `/system/network`: Access to configure the host network -* `/tape/`: Access to tape devices, pools and jobs -* `/access/users`: User administration -* `/access/openid/{id}`: Administrative access to a specific OpenID Connect realm +.. table:: + :align: left + + =========================== ========================================================= + ``/datastore`` Access to *all* datastores on a Proxmox Backup server + ``/datastore/{store}`` Access to a specific datastore on a Proxmox Backup server + ``/datastore/{store}/{ns}`` Access to a specific namespace on a specific datastore + ``/remote`` Access to all remote entries + ``/system/network`` Access to configure the host network + ``/tape/`` Access to tape devices, pools and jobs + ``/access/users`` User administration + ``/access/openid/{id}`` Administrative access to a specific OpenID Connect realm + =========================== ========================================================= Inheritance ^^^^^^^^^^^