From 63039bad961e1fe71f8960c7838f6f62f7a875fd Mon Sep 17 00:00:00 2001 From: DefensiveDepth Date: Tue, 2 Apr 2024 09:14:50 -0400 Subject: [PATCH] Remove Suricata links --- html/index.html | 8 +------- html/js/i18n.js | 3 +-- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/html/index.html b/html/index.html index 19dfd423a..9ea4cc9ea 100644 --- a/html/index.html +++ b/html/index.html @@ -4848,13 +4848,7 @@

{{ i18n.settingsCustomized }} {{ settingsCustomized }}
  • {{i18n.configQLSuricataHeader}}
      -
    • - {{i18n.configQLSIDS}} -
    • -
    • - {{i18n.configQLSIDSThresholding}} -
    • -
    • +
    • {{i18n.configQLHomeNet}}
    • diff --git a/html/js/i18n.js b/html/js/i18n.js index ce9cb6a37..777150153 100644 --- a/html/js/i18n.js +++ b/html/js/i18n.js @@ -195,8 +195,6 @@ const i18n = { configQLNIDSHeader: 'NIDS', configQLNIDSRuleset: 'Change NIDS Ruleset', configQLNIDSOinkCode: 'Paid NIDS Rulesets Registration Code (oinkcode)', - configQLSIDS: 'SIDS - ENABLE | DISABLE | MODIFY', - configQLSIDSThresholding: 'SIDS - Thresholding', configQLAnalystTitle: 'Analyst Quick Links', configQLSuricataHeader: 'Suricata', configQLHomeNet: 'Suricata Home Networks', @@ -371,6 +369,7 @@ const i18n = { 'field_so_detection.severity': 'Severity', 'field_so_detection.isEnabled': 'Enabled', 'field_so_detection.title': 'Title', + 'field_so_detection.ruleset': 'Ruleset', field_count: 'Count', field_soc_id: 'Event ID', field_soc_timestamp: 'Timestamp',