mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-06 17:22:49 +01:00
Dynamically alter docs URL based on airgap setting
This commit is contained in:
@@ -54,6 +54,11 @@
|
||||
}
|
||||
},
|
||||
"client": {
|
||||
{%- if ISAIRGAP is sameas true -%}
|
||||
"docsUrl": "/docs/,
|
||||
{%- else %}
|
||||
"docsUrl": "https://docs.securityonion.net/en/2.3/",
|
||||
{%- endif %}
|
||||
"hunt": {
|
||||
"advanced": true,
|
||||
"groupItemsPerPage": 10,
|
||||
|
||||
Reference in New Issue
Block a user