mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-09 01:05:58 +00:00
sdn: fix zone icon in tree view
also add status icon: -pending (yellow triangle) -error (red cross) Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
This commit is contained in:
parent
b3fbf2ac10
commit
90f7cb68d1
@ -207,6 +207,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* yellow ! triangle */
|
/* yellow ! triangle */
|
||||||
|
.x-tree-icon-custom.pending:after,
|
||||||
|
.x-grid-icon-custom.pending:after,
|
||||||
.x-tree-icon-custom.io-error:after,
|
.x-tree-icon-custom.io-error:after,
|
||||||
.x-grid-icon-custom.io-error:after,
|
.x-grid-icon-custom.io-error:after,
|
||||||
.x-tree-icon-custom.internal-error:after,
|
.x-tree-icon-custom.internal-error:after,
|
||||||
@ -218,6 +220,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* the red x */
|
/* the red x */
|
||||||
|
.x-tree-icon-custom.error:after,
|
||||||
|
.x-grid-icon-custom.error:after,
|
||||||
.x-tree-icon-custom.offline:after,
|
.x-tree-icon-custom.offline:after,
|
||||||
.x-grid-icon-custom.offline:after,
|
.x-grid-icon-custom.offline:after,
|
||||||
.x-tree-icon-custom.ha-error:after,
|
.x-tree-icon-custom.ha-error:after,
|
||||||
|
@ -20,8 +20,8 @@ Ext.define('PVE.tree.ResourceTree', {
|
|||||||
text: gettext('Storage')
|
text: gettext('Storage')
|
||||||
},
|
},
|
||||||
sdn: {
|
sdn: {
|
||||||
iconCls: 'fa fa-sdn-vnet',
|
iconCls: 'fa fa-th',
|
||||||
text: gettext('Sdn')
|
text: gettext('SDN')
|
||||||
},
|
},
|
||||||
qemu: {
|
qemu: {
|
||||||
iconCls: 'fa fa-desktop',
|
iconCls: 'fa fa-desktop',
|
||||||
|
Loading…
Reference in New Issue
Block a user