ui: datastore list summary: add more padding between elements
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
30f73fa2e0
commit
a6e746f652
@ -75,8 +75,12 @@ Ext.define('PBS.datastore.DataStoreListSummary', {
|
|||||||
align: 'stretch',
|
align: 'stretch',
|
||||||
},
|
},
|
||||||
|
|
||||||
width: 350,
|
width: 375,
|
||||||
padding: 10,
|
padding: '5 25 5 5',
|
||||||
|
|
||||||
|
defaults: {
|
||||||
|
padding: 2,
|
||||||
|
},
|
||||||
|
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user