mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-06 23:15:42 +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', {
|
Ext.define('Proxmox.window.PasswordEdit', {
|
||||||
extend: 'PVE.window.Edit',
|
extend: 'Proxmox.window.Edit',
|
||||||
alias: 'proxmoxWindowPasswordEdit',
|
alias: 'proxmoxWindowPasswordEdit',
|
||||||
|
|
||||||
initComponent : function() {
|
initComponent : function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user