[pve-devel] [PATCH manager 0/3] ui: storage: cleanup and allow to add CephFS storage entry

Thomas Lamprecht t.lamprecht at proxmox.com
Thu Nov 15 13:20:08 CET 2018


cleanup the RBDEditr class a bit and pull out the view controller and view
model as we can reuse them for CephFS. Then add handling for the later.

Thomas Lamprecht (3):
  storage: RBD: factor out view- model/controler
  rbd: storage: obsolete strange getBinds binding assembly
  dc/storage: allow to add CephFS

 www/manager6/Makefile              |   1 +
 www/manager6/Toolkit.js            |   9 ++
 www/manager6/Utils.js              |  17 ++-
 www/manager6/storage/CephFSEdit.js |  95 ++++++++++++++++
 www/manager6/storage/RBDEdit.js    | 168 +++++++++++++++--------------
 5 files changed, 208 insertions(+), 82 deletions(-)
 create mode 100644 www/manager6/storage/CephFSEdit.js

-- 
2.19.1





More information about the pve-devel mailing list