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:
Thomas Lamprecht 2022-05-30 15:02:05 +02:00
parent aa32a46171
commit 1fa6083bc8
1 changed files with 2 additions and 3 deletions

View File

@ -94,9 +94,8 @@ Ext.define('PBS.Datastore.PruneAndGC', {
multi: true,
},
defaults: {
collapsible: true,
animCollapse: false,
margin: '10 10 0 10',
collapsible: false,
margin: '7 10 3 10',
},
items: [
{