From a15bd00cf03d3d3bfdc49f1568cd89071eb5a2c8 Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Fri, 7 Dec 2018 14:02:37 +0100 Subject: [PATCH] ui: storage/cephfs: fix maxfiles default enable Most other storage types do not have backup in their default content selection when creating a new storage, so there it make sense to initially have maxfiles disabled. But with CephFS we have default _only_ backup as content type, so let it enabled here - as else one must change something in the content selector to enable the field. Signed-off-by: Thomas Lamprecht --- www/manager6/storage/CephFSEdit.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/manager6/storage/CephFSEdit.js b/www/manager6/storage/CephFSEdit.js index fff68b1d..1fe66074 100644 --- a/www/manager6/storage/CephFSEdit.js +++ b/www/manager6/storage/CephFSEdit.js @@ -76,7 +76,6 @@ Ext.define('PVE.storage.CephFSInputPanel', { { xtype: 'proxmoxintegerfield', fieldLabel: gettext('Max Backups'), - disabled: true, name: 'maxfiles', reference: 'maxfiles', minValue: 0,