From be973764fa643fd17166472668ab9a8cfac085f0 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Fri, 8 Aug 2025 21:53:46 +0000 Subject: [PATCH] fix: specify PVE backup files in permission descriptions --- frontend-modern/src/components/Settings/NodeModal.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend-modern/src/components/Settings/NodeModal.tsx b/frontend-modern/src/components/Settings/NodeModal.tsx index 969f8f419..487f471fc 100644 --- a/frontend-modern/src/components/Settings/NodeModal.tsx +++ b/frontend-modern/src/components/Settings/NodeModal.tsx @@ -425,7 +425,7 @@ export const NodeModal: Component = (props) => {

{formData().enableBackupManagement - ? 'Required to read backup files and display them in the Backups tab (Proxmox API limitation)' + ? 'Required to read PVE backup files and display them in the Backups tab (Proxmox API limitation)' : 'Backups tab will not show PVE backups without these permissions'}

@@ -488,7 +488,7 @@ export const NodeModal: Component = (props) => {

Permissions granted: PVEAuditor (read-only) on root - {formData().enableBackupManagement && ' + PVEDatastoreAdmin on /storage (needed to read backup files)'} + {formData().enableBackupManagement && ' + PVEDatastoreAdmin on /storage (needed to read PVE backup files)'}