[pve-devel] [PATCH manager 0/4] Mount point editing

Wolfgang Bumiller w.bumiller at proxmox.com
Mon Feb 22 14:33:38 CET 2016


Here's the first draft of the mountpoint editing GUI.
Should be used with my previous pve-container patch which removes
'unused' entries when a volume gets re-added.

Wolfgang Bumiller (4):
  qemu: factor out storage selector creation for later reuse
  parser: parseLxcMountPoint, printLxcMountPoint
  lxc: create/edit/remove mountpoints
  lxc: use mount point editor in create wizard

 www/manager/Parser.js           |  56 ++++++++++
 www/manager/lxc/CreateWizard.js |  28 ++---
 www/manager/lxc/ResourceEdit.js | 242 ++++++++++++++++++++++++++++++++++++++++
 www/manager/lxc/Resources.js    |  77 ++++++++++++-
 www/manager/qemu/HDEdit.js      | 152 +++++++++++++------------
 5 files changed, 462 insertions(+), 93 deletions(-)

-- 
2.1.4





More information about the pve-devel mailing list