mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-04-28 07:28:00 +02:00
change uid logic
This commit is contained in:
@@ -54,7 +54,7 @@
|
|||||||
},
|
},
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Detailed {{ NODETYPE }}",
|
"title": "Detailed {{ NODETYPE }}",
|
||||||
{% if grains.role in 'so-standalone' %}
|
{% if NODETYPE | lower in 'standalone' %}
|
||||||
"uid": "{{ UID }}",
|
"uid": "{{ UID }}",
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"version": 1
|
"version": 1
|
||||||
|
|||||||
Reference in New Issue
Block a user