]> git.proxmox.com Git - pve-manager.git/commit - www/manager6/Makefile
fix #3994: ui: add Options entry in the node System menu
authorDaniel Tschlatscher <d.tschlatscher@proxmox.com>
Fri, 6 May 2022 12:39:10 +0000 (14:39 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 12 May 2022 14:38:07 +0000 (16:38 +0200)
commit5837726350a22ce9683e37d94361d4669252600b
tree005dfa734bf6d75522a9878ec95add9436f42fcc
parent5ff695733fabdee9f1cdc1a80992ffa6ab5d4469
fix #3994: ui: add Options entry in the node System menu

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.tschlatscher@proxmox.com>
www/manager6/Makefile
www/manager6/node/Config.js
www/manager6/node/NodeOptionsView.js [new file with mode: 0644]