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 <[email protected]> --- 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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
