fix #5831: ui: right-align s.m.a.r.t numerical table data

Signed-off-by: Timothy Nicholson <t.nicholson@proxmox.com>
This commit is contained in:
Timothy Nicholson 2024-11-11 14:30:00 +01:00 committed by Thomas Lamprecht
parent 96fb6cfb72
commit 8f2c09235c

View File

@ -29,6 +29,7 @@ Ext.define('Proxmox.window.DiskSmart', {
text: 'ID',
dataIndex: 'id',
width: 50,
align: 'right',
},
{
text: gettext('Attribute'),
@ -45,16 +46,19 @@ Ext.define('Proxmox.window.DiskSmart', {
text: gettext('Normalized'),
dataIndex: 'real-normalized',
width: 60,
align: 'right',
},
{
text: gettext('Threshold'),
dataIndex: 'threshold',
width: 60,
align: 'right',
},
{
text: gettext('Worst'),
dataIndex: 'worst',
width: 60,
align: 'right',
},
{
text: gettext('Flags'),