Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Suricata links #405

Merged
merged 1 commit into from
Apr 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 1 addition & 7 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4848,13 +4848,7 @@ <h4 v-if="!$root.loading">{{ i18n.settingsCustomized }} {{ settingsCustomized }}
<li>
{{i18n.configQLSuricataHeader}}
<ul>
<li>
<router-link data-aid="config_quicklink_suricata_sids" :to="{name: 'config', query: {s: 'idstools.sids'}}">{{i18n.configQLSIDS}}</router-link>
</li>
<li>
<router-link data-aid="config_quicklink_suricata_sids_thresholding" :to="{name: 'config', query: {s: 'suricata.thresholding.sids__yaml'}}">{{i18n.configQLSIDSThresholding}}</router-link>
</li>
<li>
<li>
<router-link data-aid="config_quicklink_suricata_home_net" :to="{name: 'config', query: {s: 'suricata.config.vars.address-groups.HOME_NET'}}">{{i18n.configQLHomeNet}}</router-link>
</li>
<li>
Expand Down
3 changes: 1 addition & 2 deletions html/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -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',
Expand Down
Loading