mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-06-26 18:20:16 +00:00
edit window: fixup syntax mis-hap
argh, it's was a bit to late for the previous clean-up and I forgot to drop a closing parenthesis after reworking the if expression (and did test again...). Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
1689e53f6f
commit
82bb667f05
@ -351,7 +351,7 @@ Ext.define('Proxmox.window.Edit', {
|
|||||||
|
|
||||||
me.buttons = [submitBtn];
|
me.buttons = [submitBtn];
|
||||||
|
|
||||||
if (!me.isCreate && me.showReset)) {
|
if (!me.isCreate && me.showReset) {
|
||||||
me.tools = [resetTool];
|
me.tools = [resetTool];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user