mirror of
https://git.proxmox.com/git/proxmox-widget-toolkit
synced 2025-08-07 06:31:34 +00:00
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'),
|
header: gettext('Unit'),
|
||||||
width: 120,
|
width: 120,
|
||||||
sortable: true,
|
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',
|
dataIndex: 'unit-state',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user