mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-09 05:14:01 +00:00
fixup new schema
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
5c085daf0b
commit
2908d35808
@ -21,7 +21,7 @@ Ext.define('Proxmox.Schema', { // a singleton
|
|||||||
// to add or change existing for product specific ones
|
// to add or change existing for product specific ones
|
||||||
overrideAuthDomains: function(extra) {
|
overrideAuthDomains: function(extra) {
|
||||||
for (const [key, value] of Object.entries(extra)) {
|
for (const [key, value] of Object.entries(extra)) {
|
||||||
Proxmox.Utils.authSchema[key] = value;
|
Proxmox.Schema.authDomains[key] = value;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user