mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-22 11:50:34 +00:00
window: whitespace indentation fix
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
43b66893a8
commit
48830b9713
@ -348,9 +348,9 @@ Ext.define('Proxmox.window.Edit', {
|
||||
}
|
||||
|
||||
if (me.isCreate || !me.showReset) {
|
||||
me.buttons = [submitBtn];
|
||||
me.buttons = [submitBtn];
|
||||
} else {
|
||||
me.buttons = [submitBtn, resetBtn];
|
||||
me.buttons = [submitBtn, resetBtn];
|
||||
}
|
||||
|
||||
if (inputPanel && inputPanel.hasAdvanced) {
|
||||
|
Loading…
Reference in New Issue
Block a user