mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 06:55:46 +00:00
ui: dc options: add Color-Overrides text to render, if any
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
65cbfe79e4
commit
1d1a331949
@ -345,10 +345,10 @@ Ext.define('PVE.dc.OptionView', {
|
||||
let orderText = PVE.Utils.tagOrderOptions[value.ordering ?? '__default__'];
|
||||
txt += `, ${Ext.String.format(gettext("Ordering: {0}"), orderText)}`;
|
||||
if (Object.keys(colors).length > 0) {
|
||||
txt += ', ';
|
||||
}
|
||||
for (const tag of Object.keys(colors)) {
|
||||
txt += Proxmox.Utils.getTagElement(tag, colors);
|
||||
txt += `, ${gettext('Color Overrides')}: `;
|
||||
for (const tag of Object.keys(colors)) {
|
||||
txt += Proxmox.Utils.getTagElement(tag, colors);
|
||||
}
|
||||
}
|
||||
return txt;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user