diff --git a/html/index.html b/html/index.html
index 19dfd423..9ea4cc9e 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 ce9cb6a3..77715015 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',