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:
Dominik Csapak 2020-05-29 13:07:56 +02:00 committed by Thomas Lamprecht
parent 769d716bcf
commit c46a13b023
2 changed files with 2 additions and 2 deletions

View File

@ -41,7 +41,7 @@ Ext.define('PVE.dc.AuthView', {
],
store: {
model: 'pve-domains',
model: 'pmx-domains',
sorters: {
property: 'realm',
order: 'DESC',

View File

@ -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'