mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-29 10:58:20 +00:00
ui: format_sdnzone_type: uppercase
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
68dc909220
commit
34d0acbd90
@ -697,7 +697,7 @@ Ext.define('PVE.Utils', { utilities: {
|
|||||||
format_sdnzone_type: function(value, md, record) {
|
format_sdnzone_type: function(value, md, record) {
|
||||||
var schema = PVE.Utils.sdnzoneSchema[value];
|
var schema = PVE.Utils.sdnzoneSchema[value];
|
||||||
if (schema) {
|
if (schema) {
|
||||||
return schema.name;
|
return schema.name.toUpperCase();
|
||||||
}
|
}
|
||||||
return Proxmox.Utils.unknownText;
|
return Proxmox.Utils.unknownText;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user