[pmg-devel] applied: [RFC pmg-gui] fix #4311: add quarantine help-page for end-users
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Feb 25 21:30:14 CET 2025
Am 24.02.25 um 13:19 schrieb Stoiko Ivanov:
> Having a short explanation of what the quarantine interface provides,
> in the end-user interface should help users who wonder why they get
> mails from some system, and what quarantine means. Instead of adding
> this to the regular documentation and linking it in the top-bar as we
> do in the admin-view having a short description directly rendered on
> the main panel should increase the chances of it getting read.
>
> the code is inspired by the notesview (I found it when clicking
> through a PBS system of mine looking for how to address this).
>
> Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
> ---
> Sending as RFC as I'm not quite sure if having this as static entry in
> the GUI is a good fit. If we want to keep it this way, I'd replace the
> `Proxmox.Markdown.parse` call with the rendered html.
>
> One alternative that came to my mind while writing this is having the
> markdown text in the backend as a template. This would give admins an
> easy way to customize this to their needs, and provide it in their
> local language.
>
> Additionally of course feedback on the (rather terse) phrasing itself
> is of course also appreciated.
>
>
> js/Makefile | 1 +
> js/QuarantineView.js | 8 +++++++
> js/QuarantineViewAbout.js | 44 +++++++++++++++++++++++++++++++++++++++
> 3 files changed, 53 insertions(+)
> create mode 100644 js/QuarantineViewAbout.js
>
>
applied, with some style and wording adaptions in a follow-up commit, thanks!
btw. Pressing the delete button does not work here in my (firefox) browser.
The short-cuts are also not really that ideal, but that's yet another topic,
at least users can now know them..
More information about the pmg-devel
mailing list