mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2026-01-04 17:10:59 +00:00
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:
parent
96fb6cfb72
commit
8f2c09235c
@ -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'),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user