mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-27 09:17:19 +00:00
utils: followup: fix base class
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
e722f108aa
commit
cd20320b7f
@ -253,12 +253,12 @@ utilities: {
|
||||
},
|
||||
|
||||
render_username: function(userid) {
|
||||
let username = PVE.Utils.parse_userid(userid)[0] || "";
|
||||
let username = Proxmox.Utils.parse_userid(userid)[0] || "";
|
||||
return Ext.htmlEncode(username);
|
||||
},
|
||||
|
||||
render_realm: function(userid) {
|
||||
let username = PVE.Utils.parse_userid(userid)[1] || "";
|
||||
let username = Proxmox.Utils.parse_userid(userid)[1] || "";
|
||||
return Ext.htmlEncode(username);
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user