apt: use justified flex box for empty text hint
avoid some overly long/nested divs Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
aacb9ea12a
commit
c16785f66a
@ -183,7 +183,7 @@ Ext.define('Proxmox.node.APT', {
|
||||
selModel: sm,
|
||||
viewConfig: {
|
||||
stripeRows: false,
|
||||
emptyText: '<div style="display:table; width:100%; height:100%;"><div style="display:table-cell; vertical-align: middle; text-align:center;"><b>' + gettext('No updates available.') + '</div></div>',
|
||||
emptyText: `<div style="display:flex;justify-content:center;"><p>${gettext('No updates available.')}</p></div>`,
|
||||
},
|
||||
features: [groupingFeature, rowBodyFeature],
|
||||
listeners: {
|
||||
|
Loading…
Reference in New Issue
Block a user