[pve-devel] [PATCH widget-toolkit/manager] add apply network config button

Dominik Csapak d.csapak at proxmox.com
Tue Oct 29 12:08:47 CET 2019


add a button to the network view to allow hot applying of the network
config. this requires ifupdown2 to be installed

show the button always but let the api call error out, so that the
user know what needs to be done to get it to work

we could also somehow hide the button if we want, but this will involve
much more work (probably a new api call)

for pmg, we do not show this button (atm)

proxmox-widget-toolkit:

Dominik Csapak (1):
  NetworkView: add apply config button

 node/NetworkView.js | 37 +++++++++++++++++++++++++++++++++++--
 1 file changed, 35 insertions(+), 2 deletions(-)

pve-manager:

Dominik Csapak (1):
  gui: node network: enable apply config button

 www/manager6/node/Config.js | 1 +
 1 file changed, 1 insertion(+)

-- 
2.20.1





More information about the pve-devel mailing list