mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-07-03 15:14:39 +00:00
edit: fix comment typos
Signed-off-by: Matthias Heiserer <m.heiserer@proxmox.com>
This commit is contained in:
parent
1025802ef1
commit
aca2ab3cb2
@ -13,7 +13,7 @@ Ext.define('Proxmox.window.Edit', {
|
|||||||
|
|
||||||
resizable: false,
|
resizable: false,
|
||||||
|
|
||||||
// use this to atimatically generate a title like `Create: <subject>`
|
// use this to automatically generate a title like `Create: <subject>`
|
||||||
subject: undefined,
|
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)
|
||||||
@ -22,7 +22,7 @@ Ext.define('Proxmox.window.Edit', {
|
|||||||
// set to true if you want an Add button (instead of Create)
|
// set to true if you want an Add button (instead of Create)
|
||||||
isAdd: false,
|
isAdd: false,
|
||||||
|
|
||||||
// set to true if you want an Remove button (instead of Create)
|
// set to true if you want a Remove button (instead of Create)
|
||||||
isRemove: false,
|
isRemove: false,
|
||||||
|
|
||||||
// set to false, if you don't want the reset button present
|
// set to false, if you don't want the reset button present
|
||||||
|
Loading…
Reference in New Issue
Block a user