In particular, align the descriptions for whitelist/blacklist and
avoid referring to the rather unspecific "the mail" and
"the messages" there.
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Reviewed-By: Alexander Zeidler <a.zeidler@proxmox.com>
Use the semantic html kbd tag [0] for the keyboard short cut and style
it color-scheme agnostic, which was adapted from the style we use in
our PVE wiki.
[0]: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/kbd
Additionally to some small rewording and touch up of the text and
slightly increase the font-size.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
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@proxmox.com>