mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-05-11 23:42:10 +00:00
node/ServiceView: Show unit-state column in PBS too
The PBS api now reports `unit-state` for services as well, thus enable the column for it. Signed-off-by: Christoph Heiss <c.heiss@proxmox.com>
This commit is contained in:
parent
45110c1630
commit
c8bae5b130
@ -201,7 +201,7 @@ Ext.define('Proxmox.node.ServiceView', {
|
|||||||
header: gettext('Unit'),
|
header: gettext('Unit'),
|
||||||
width: 120,
|
width: 120,
|
||||||
sortable: true,
|
sortable: true,
|
||||||
hidden: Proxmox?.Setup?.auth_cookie_name !== 'PVEAuthCookie', // FIXME currently only PVE supports it
|
hidden: !Ext.Array.contains(['PVEAuthCookie', 'PBSAuthCookie'], Proxmox?.Setup?.auth_cookie_name),
|
||||||
dataIndex: 'unit-state',
|
dataIndex: 'unit-state',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user