[pve-devel] applied: [PATCH v2 manager 2/2] add symbol for suspended guests
Thomas Lamprecht
t.lamprecht at proxmox.com
Tue Feb 19 14:14:56 CET 2019
On 2/19/19 12:00 PM, Oguz Bektas wrote:
> use the same symbol as 'paused' guests to avoid confusion.
>
> 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..174511ac 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: "\f04c";
> + color: #CC8E00;
> + font-size: 0.6em;
> +}
> +
> /* the lxc template */
> .x-tree-icon-custom.lxc:after,
> .x-grid-icon-custom.lxc:after {
>
applied, thanks
More information about the pve-devel
mailing list