window: whitespace indentation fix

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-20 14:50:48 +02:00
parent 43b66893a8
commit 48830b9713

View File

@ -348,9 +348,9 @@ Ext.define('Proxmox.window.Edit', {
} }
if (me.isCreate || !me.showReset) { if (me.isCreate || !me.showReset) {
me.buttons = [submitBtn]; me.buttons = [submitBtn];
} else { } else {
me.buttons = [submitBtn, resetBtn]; me.buttons = [submitBtn, resetBtn];
} }
if (inputPanel && inputPanel.hasAdvanced) { if (inputPanel && inputPanel.hasAdvanced) {