Skip to content

Commit

Permalink
Merge pull request #405 from Security-Onion-Solutions/2.4/quicklinks
Browse files Browse the repository at this point in the history
Remove Suricata links
  • Loading branch information
defensivedepth authored Apr 2, 2024
2 parents e93c2df + 63039ba commit 10b4467
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
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

0 comments on commit 10b4467

Please sign in to comment.