mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-07 22:01:00 +00:00
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,
|
selModel: sm,
|
||||||
viewConfig: {
|
viewConfig: {
|
||||||
stripeRows: false,
|
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],
|
features: [groupingFeature, rowBodyFeature],
|
||||||
listeners: {
|
listeners: {
|
||||||
|
Loading…
Reference in New Issue
Block a user