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

Emmanuel Kasper e.kasper at proxmox.com
Tue Oct 31 13:34:20 CET 2017


This patch serie fixes #1523.
Instead of writing for each Storage a new ViewController,
I created new ViewController class to be reused.


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