mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-08 02:02:50 +01:00
Common Module - Fix if statement
This commit is contained in:
@@ -291,8 +291,8 @@ dashboard-master:
|
|||||||
CPUS: {{ SNDATA.totalcpus }}
|
CPUS: {{ SNDATA.totalcpus }}
|
||||||
UID: {{ SNDATA.guid }}
|
UID: {{ SNDATA.guid }}
|
||||||
|
|
||||||
{% endif %}
|
|
||||||
{%- endfor %}
|
{%- endfor %}
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
{% if salt['pillar.get']('sensorstab', False) %}
|
{% if salt['pillar.get']('sensorstab', False) %}
|
||||||
{%- for SN, SNDATA in salt['pillar.get']('sensorstab', {}).iteritems() %}
|
{%- for SN, SNDATA in salt['pillar.get']('sensorstab', {}).iteritems() %}
|
||||||
|
|||||||
Reference in New Issue
Block a user