[pve-devel] [PATCH manager 2/2] add symbol for suspended guests

Thomas Lamprecht t.lamprecht at proxmox.com
Tue Feb 19 11:54:41 CET 2019


On 2/18/19 3:52 PM, Oguz Bektas wrote:
> Signed-off-by: Oguz Bektas <o.bektas at proxmox.com>
> ---
>  www/css/ext6-pve.css | 8 ++++++++
>  1 file changed, 8 insertions(+)
> 
> diff --git a/www/css/ext6-pve.css b/www/css/ext6-pve.css
> index a7edbfd9..bbc9fa7b 100644
> --- a/www/css/ext6-pve.css
> +++ b/www/css/ext6-pve.css
> @@ -182,6 +182,14 @@
>      font-size: 0.6em;
>  }
>  
> +/* the suspend symbol */
> +.x-tree-icon-custom.suspended:after,
> +.x-grid-icon-custom.suspended:after {
> +    content: "\f28c";
> +    color: #CC8E00;
> +    font-size: 0.8em;
> +}
> +

NAK, looks to weird and possible confusing for users. What do we do if
we get another state which can be resumed from, pause symbol in square,
then one in triangle? As long as the user can resume the same way, and the
VM is in a relative same state (paused, sleeping, standby) I'd just reuse
the same symbol, I do not want that we need to add a legend about what
symbol means, they should be self-explaining, if possible, thanks!

>  /* the lxc template */
>  .x-tree-icon-custom.lxc:after,
>  .x-grid-icon-custom.lxc:after {
> 





More information about the pve-devel mailing list