mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-09 14:41:46 +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,
|
||||
|
||||
// use this tio atimatically generate a title like
|
||||
// Create: <subject>
|
||||
// use this to atimatically generate a title like `Create: <subject>`
|
||||
subject: undefined,
|
||||
|
||||
// set isCreate to true if you want a Create button (instead
|
||||
// OK and RESET)
|
||||
// set isCreate to true if you want a Create button (instead OK and RESET)
|
||||
isCreate: false,
|
||||
|
||||
// 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 values = {};
|
||||
|
||||
let form = me.formPanel.getForm();
|
||||
|
||||
form.getFields().each(function(field) {
|
||||
|
Loading…
Reference in New Issue
Block a user