ui: fix missing change from 'pve-' to 'pmx-' models
we forgot to change these Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
769d716bcf
commit
c46a13b023
@ -41,7 +41,7 @@ Ext.define('PVE.dc.AuthView', {
|
||||
],
|
||||
|
||||
store: {
|
||||
model: 'pve-domains',
|
||||
model: 'pmx-domains',
|
||||
sorters: {
|
||||
property: 'realm',
|
||||
order: 'DESC',
|
||||
|
@ -12,7 +12,7 @@ Ext.define('PVE.dc.RoleView', {
|
||||
var me = this;
|
||||
|
||||
var store = new Ext.data.Store({
|
||||
model: 'pve-roles',
|
||||
model: 'pmx-roles',
|
||||
sorters: {
|
||||
property: 'roleid',
|
||||
order: 'DESC'
|
||||
|
Loading…
Reference in New Issue
Block a user