Signed-off-by: Maximiliano Sandoval <[email protected]>
---
www/manager6/Utils.js | 2 ++
1 file changed, 2 insertions(+)
diff --git a/www/manager6/Utils.js b/www/manager6/Utils.js
index 2992f655..c71f56ab 100644
--- a/www/manager6/Utils.js
+++ b/www/manager6/Utils.js
@@ -489,6 +489,8 @@ Ext.define('PVE.Utils', {
displayText = map[value] || Proxmox.Utils.unknownText;
} else if (key === 'freeze-fs-on-backup' &&
PVE.Parser.parseBoolean(value)) {
continue;
+ } else if (key === 'guest-fsfreeze' &&
PVE.Parser.parseBoolean(value)) {
+ continue;
} else if (PVE.Parser.parseBoolean(value)) {
displayText = Proxmox.Utils.enabledText;
}
--
2.47.3