mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-29 05:05:28 +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) {
|
||||
var schema = PVE.Utils.sdnzoneSchema[value];
|
||||
if (schema) {
|
||||
return schema.name;
|
||||
return schema.name.toUpperCase();
|
||||
}
|
||||
return Proxmox.Utils.unknownText;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user