[pve-devel] [PATCH widget-toolkit 1/1] remove unused groupText mapping

Michael Köppl m.koeppl at proxmox.com
Fri Sep 19 16:06:19 CEST 2025


Groups have been replaced by rules. Since the guest status view no
longer displays information about rules, this mapping can also be
removed.

Signed-off-by: Michael Köppl <m.koeppl at proxmox.com>
---
 src/Utils.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/Utils.js b/src/Utils.js
index a0c6ca5..beb9df2 100644
--- a/src/Utils.js
+++ b/src/Utils.js
@@ -60,7 +60,6 @@ Ext.define('Proxmox.Utils', {
         usedText: gettext('Used'),
         directoryText: gettext('Directory'),
         stateText: gettext('State'),
-        groupText: gettext('Group'),
 
         language_map: {
             //language map is sorted alphabetically by iso 639-1
-- 
2.47.3





More information about the pve-devel mailing list