mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 23:15:14 +00:00
edit window: whitespace/newline cleanups
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
ca204f31df
commit
1289d32611
@ -9,12 +9,10 @@ Ext.define('Proxmox.window.Edit', {
|
|||||||
|
|
||||||
resizable: false,
|
resizable: false,
|
||||||
|
|
||||||
// use this tio atimatically generate a title like
|
// use this to atimatically generate a title like `Create: <subject>`
|
||||||
// Create: <subject>
|
|
||||||
subject: undefined,
|
subject: undefined,
|
||||||
|
|
||||||
// set isCreate to true if you want a Create button (instead
|
// set isCreate to true if you want a Create button (instead OK and RESET)
|
||||||
// OK and RESET)
|
|
||||||
isCreate: false,
|
isCreate: false,
|
||||||
|
|
||||||
// set to true if you want an Add button (instead of Create)
|
// set to true if you want an Add button (instead of Create)
|
||||||
@ -64,7 +62,6 @@ Ext.define('Proxmox.window.Edit', {
|
|||||||
let me = this;
|
let me = this;
|
||||||
|
|
||||||
let values = {};
|
let values = {};
|
||||||
|
|
||||||
let form = me.formPanel.getForm();
|
let form = me.formPanel.getForm();
|
||||||
|
|
||||||
form.getFields().each(function(field) {
|
form.getFields().each(function(field) {
|
||||||
|
Loading…
Reference in New Issue
Block a user