Am 02/10/2023 um 11:00 schrieb Aaron Lauterer:
> by
> * replacing the info button with expandable rows that contain the
>   details of the warning
> * adding two action buttons to copy the summary and details
> * making the text selectable
> 
> The row expander works like the one in the mail gateway tracking center
> -> doubleclick only opens it.
> 
> The height of the warning grid is limited to not grow too large.
> A Diffstore is used to avoid expanded rows being collapsed on an update.
> 
> The rowexpander cannot hide the toggle out of the box. Therefore, if
> there is no detailed message for a warning, we show a placeholder text.
> We could consider extending it in the future to only show the toggle if
> a defined condition is met.
> 
> Signed-off-by: Aaron Lauterer <a.laute...@proxmox.com>
> ---
> 
> changes since
> v4:
> * rebased so the patch applies again
> 
> v3:
> * change the whole approach from tooltips and info window to integrating
> it into the grid itself
> 
>  www/css/ext6-pve.css        |  6 +++
>  www/manager6/ceph/Status.js | 89 +++++++++++++++++++++++++------------
>  2 files changed, 67 insertions(+), 28 deletions(-)
> 
>

applied, with a few follow-ups as talked off list, thanks!

The biggest change is that we now only have one copy button
that copies all (severity, summary and details) at once.


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel

Reply via email to