mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 17:39:23 +00:00
fix typo, use correct Proxmox namespace
This commit is contained in:
parent
2d0153a5ad
commit
ec62162dae
@ -1,5 +1,5 @@
|
||||
xt.define('Proxmox.window.PasswordEdit', {
|
||||
extend: 'PVE.window.Edit',
|
||||
Ext.define('Proxmox.window.PasswordEdit', {
|
||||
extend: 'Proxmox.window.Edit',
|
||||
alias: 'proxmoxWindowPasswordEdit',
|
||||
|
||||
initComponent : function() {
|
||||
|
Loading…
Reference in New Issue
Block a user