Am 5/6/22 um 14:39 schrieb Daniel Tschlatscher: > Add the subentry "Options" in the "System" menu to expose some options > in the GUI which were not exposed before. > > Added a new file for displaying and editing the node config options > which were not exposed through the GUI yet. Namely those are the > settings for wakeonlan and startall-on-boot-delay. Edited the Makefile > to include the newly created file. > > Signed-off-by: Daniel Tschlatscher <d.tschlatsc...@proxmox.com> > --- > Changes from v2: > > - Moved the file from the widget-toolkit to the pve-manager repository > because it implements PVE specific functionality. > - I originally rewrote this class to use a ViewController, but then > found out that the ObjectGrid does most of what I wanted already, I > just had to address it correctly. > This means the code is now a bit shorter and a lot more concise. > > www/manager6/Makefile | 1 + > www/manager6/node/Config.js | 9 ++++ > www/manager6/node/NodeOptionsView.js | 67 ++++++++++++++++++++++++++++ > 3 files changed, 77 insertions(+) > create mode 100644 www/manager6/node/NodeOptionsView.js > >
applied, thanks! I moved it one item below, as IMO DNS and Host are too related to be split by some general "Options" navigation entry. Some other points to improve: - setting the online help, maybe to 'proxmox_node_management' which would make it point to: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#proxmox_node_management (the chapter could maybe do good with some addition w.r.t. first start delay - It's not clear what unit the start delay has, you could mention that explicitly, simplest way to do so is adding a ' (s)' to the fieldLabel after the gettext. - Wake on LAN could do with a "Local MAC Address" emptyText, combined with the onlineHelp button it should then be clear enough. can you please look into those? FYI and not directly related: if we ever expose the vzdump.conf options over GUI I'd also add them here in this panel, as subpanel; would be a good use of all that empty space ;-) _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel