[pve-devel] [RFC PATCH manager 0/5] add efidisk to gui
    Dominik Csapak 
    d.csapak at proxmox.com
       
    Mon Sep 12 12:02:33 CEST 2016
    
    
  
with this series you can add an efidisk to your
ovmf enabled vm
the first 2 patches are just small fixes
the 3rd patch is the efidisk edit window
and the 4th and 5th patch add the efidisk
to the list and add a new button
Dominik Csapak (5):
  rename alias of some form fields, and remove brackets
  use renamed alias for xtype
  add new efidisk edit window
  add efidisk to qemu hardwareview
  add efidisk button to add menu
 www/manager6/Makefile                   |   1 +
 www/manager6/form/DiskFormatSelector.js |   2 +-
 www/manager6/form/FileSelector.js       |   2 +-
 www/manager6/form/StorageSelector.js    |   2 +-
 www/manager6/grid/PoolMembers.js        |   2 +-
 www/manager6/qemu/HDEfi.js              | 137 ++++++++++++++++++++++++++++++++
 www/manager6/qemu/HardwareView.js       |  45 ++++++++++-
 7 files changed, 184 insertions(+), 7 deletions(-)
 create mode 100644 www/manager6/qemu/HDEfi.js
-- 
2.1.4
    
    
More information about the pve-devel
mailing list