node: services: fix logic for displaying unit state
still hacky but at least works now ;-) Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
03325cedcf
commit
a8ab1d9820
@ -196,7 +196,7 @@ Ext.define('Proxmox.node.ServiceView', {
|
||||
header: gettext('Unit'),
|
||||
width: 120,
|
||||
sortable: true,
|
||||
hidden: typeof PVE === 'object', // FIXME currently only PVE supports it
|
||||
hidden: Proxmox?.Setup?.auth_cookie_name !== 'PVEAuthCookie', // FIXME currently only PVE supports it
|
||||
dataIndex: 'unit-state',
|
||||
},
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user