[pve-devel] [PATCH manager v2 0/3] Fix #1523: Disable 'Max Backup' entry when not applicable

Emmanuel Kasper e.kasper at proxmox.com
Tue Oct 31 15:52:08 CET 2017


changes since V1:
 * remove wrong whitespace in DirEdit.js
 * reset Max Backups value before disabling it in StorageEdit.js

Emmanuel Kasper (3):
  Add Storage Controller class
  Fix #1523: Display the Max Backups field only if relevant
  Move Max Backups field below the Content Type Selector

 www/manager6/Makefile                  |  1 +
 www/manager6/controller/StorageEdit.js | 18 ++++++++++++++++++
 www/manager6/storage/DirEdit.js        | 21 ++++++++++++---------
 www/manager6/storage/GlusterFsEdit.js  | 21 ++++++++++++---------
 www/manager6/storage/NFSEdit.js        | 21 ++++++++++++---------
 5 files changed, 55 insertions(+), 27 deletions(-)
 create mode 100644 www/manager6/controller/StorageEdit.js

-- 
2.11.0





More information about the pve-devel mailing list