[pdm-devel] [PATCH datacenter-manager] docs: views: improve spelling/grammar/phrasing

Lukas Wagner l.wagner at proxmox.com
Wed Dec 3 13:50:26 CET 2025


Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 docs/views.rst | 25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

diff --git a/docs/views.rst b/docs/views.rst
index cd3abcf8..b4e7ec4f 100644
--- a/docs/views.rst
+++ b/docs/views.rst
@@ -1,17 +1,17 @@
 Views
 =====
 
-Views allow you to add a interactive view on a selected set of resources.
+Views allow you to add an interactive view on a selected set of resources.
 
 Resource Selection
 ------------------
 
-The resource selction is controlled with a include-exclude filter system.
+The resource selection is controlled by an include-exclude filter system.
 
 You define what resources to consider for including which then get passed through an exclude list to
 single specific types out again.
 
-This way you can for example easily configure to include all virtual machine resources, but then
+This way you can, for example, easily configure to include all virtual machine resources, but then
 exclude any such VM that resides on a specific remote.
 
 Filter Types
@@ -21,7 +21,8 @@ Filter Types
 
 The following lists of filter types are available to be used in include or exclude lists.
 
-- The `resource-type` filter allows you for filtering a specific resource type, this includes:
+- The `resource-type` filter allows you to filter by a specific resource type.
+  The following types are available:
 
   - `datastore`: A Proxmox Backup Server datastore.
   - `lxc`: A LXC container.
@@ -31,22 +32,22 @@ The following lists of filter types are available to be used in include or exclu
   - `storage`: A Proxmox VE storage
 
 - The `resource-pool` filter allows you to include or exclude only resources that are located in a
-  specifc resource pool-name
-- The `tag` filter allows you filtering resources that are tagged with a specific tag-name.
-- The `remote` filter allows you filtering resources located on a specific remote.
-- The `resource=id` filter allows you filtering resources with an specific id.
+  specific resource pool-name.
+- The `tag` filter allows you to filter resources that are tagged with a specific tag-name.
+- The `remote` filter allows you to filter resources located on a specific remote.
+- The `resource-id` filter allows you to filter resources with a specific ID.
 
 
-Each filter can be prefixed with an `<match-behvaior>:` prefix, but currently there is only the
-`exact` matching behavior available, this is also the default.
+Each filter can be prefixed with an optional `<match-behavior>:` prefix. Currently there is only
+the `exact` matching behavior available. This behavior is the default if no prefix is provided.
 
 
 Customizable Dashboard
 ----------------------
 
 You can create customizable dashboards for a views from a set of pre-defined widgets.
-Only resources matching your include minus the ones matching your exclude filters will be considered
-for these widgets to be shown.
+Only resources matching your include minus the ones matching your exclude filters will
+be displayed in these widgets.
 
 
 Access Control
-- 
2.47.3





More information about the pdm-devel mailing list