[pve-devel] [PATCH manager widget-toolkit] Abstract /etc/hosts interface

Leo Nunner l.nunner at proxmox.com
Wed May 31 11:59:17 CEST 2023


This series introduces several endpoints for editing /etc/hosts via the
API. In accordance, the GUI has been adapted to move away from a simple
textarea towards a more complex interface. Details about the endpoints
can be found in the corresponding commit messages.

pve-manager:

Leo Nunner (1):
  api: rework /etc/hosts API

 PVE/API2/Nodes.pm | 298 +++++++++++++++++++++++++++++++++++++++++++---
 1 file changed, 283 insertions(+), 15 deletions(-)

pve-widget-toolkit:

Leo Nunner (1):
  introduce abstractions for /etc/hosts view

 src/Makefile                |   1 +
 src/node/HostsView.js       | 329 ++++++++++++++++++++++++++++--------
 src/panel/HostsEditPanel.js | 137 +++++++++++++++
 3 files changed, 401 insertions(+), 66 deletions(-)
 create mode 100644 src/panel/HostsEditPanel.js

-- 
2.30.2






More information about the pve-devel mailing list