From: Leo Nunner <l.nunner@proxmox.com>
To: pve-devel@lists.proxmox.com
Subject: [pve-devel] [PATCH manager widget-toolkit] Abstract /etc/hosts interface
Date: Wed, 31 May 2023 11:59:17 +0200 [thread overview]
Message-ID: <20230531095919.110671-1-l.nunner@proxmox.com> (raw)
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
next reply other threads:[~2023-05-31 9:59 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-31 9:59 Leo Nunner [this message]
2023-05-31 9:59 ` [pve-devel] [PATCH manager] api: rework /etc/hosts API Leo Nunner
2023-05-31 9:59 ` [pve-devel] [PATCH widget-toolkit] introduce abstractions for /etc/hosts view Leo Nunner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230531095919.110671-1-l.nunner@proxmox.com \
--to=l.nunner@proxmox.com \
--cc=pve-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.