From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id 11FF21FF183 for ; Wed, 3 Dec 2025 13:50:16 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id BDE3B8E97; Wed, 3 Dec 2025 13:50:41 +0100 (CET) From: Lukas Wagner To: pdm-devel@lists.proxmox.com Date: Wed, 3 Dec 2025 13:50:26 +0100 Message-ID: <20251203125026.218657-1-l.wagner@proxmox.com> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1764766193011 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.031 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pdm-devel] [PATCH datacenter-manager] docs: views: improve spelling/grammar/phrasing X-BeenThere: pdm-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox Datacenter Manager development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox Datacenter Manager development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pdm-devel-bounces@lists.proxmox.com Sender: "pdm-devel" Signed-off-by: Lukas Wagner --- 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 `:` prefix, but currently there is only the -`exact` matching behavior available, this is also the default. +Each filter can be prefixed with an optional `:` 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 _______________________________________________ pdm-devel mailing list pdm-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pdm-devel