prune sim: enable calendar by default
it has a really good non-intrusive layout now, so show it's glory by default. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
7f0f366675
commit
1f4befe136
@ -668,7 +668,7 @@ Ext.onReady(function() {
|
|||||||
name: 'showCalendar',
|
name: 'showCalendar',
|
||||||
reference: 'showCalendar',
|
reference: 'showCalendar',
|
||||||
fieldLabel: 'Show Calendar:',
|
fieldLabel: 'Show Calendar:',
|
||||||
checked: false,
|
checked: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
xtype: 'checkbox',
|
xtype: 'checkbox',
|
||||||
|
Loading…
Reference in New Issue
Block a user