ui: prune & gc: disallow collapse and add bottom margin
the intra-panel margin is still the same (10 + 0 == 7 + 3) but one can now see the bottom border. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
aa32a46171
commit
1fa6083bc8
|
@ -94,9 +94,8 @@ Ext.define('PBS.Datastore.PruneAndGC', {
|
||||||
multi: true,
|
multi: true,
|
||||||
},
|
},
|
||||||
defaults: {
|
defaults: {
|
||||||
collapsible: true,
|
collapsible: false,
|
||||||
animCollapse: false,
|
margin: '7 10 3 10',
|
||||||
margin: '10 10 0 10',
|
|
||||||
},
|
},
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue