Skip to content

Commit

Permalink
FEATURE: Add SOC Config Quick Link to allow Security Onion Desktop in…
Browse files Browse the repository at this point in the history
…stallations through firewall Security-Onion-Solutions/securityonion#13412
  • Loading branch information
dougburks authored Aug 1, 2024
1 parent 60de0b4 commit fd3eb03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4857,6 +4857,9 @@ <h4 v-if="!$root.loading">{{ i18n.settingsCustomized }} {{ settingsCustomized }}
<li>
<router-link data-aid="config_quicklink_fw_sensor" :to="{name: 'config', query: {s: 'firewall.hostgroups.sensor'}}">{{i18n.configQLFirewallSensor}}</router-link>
</li>
<li>
<router-link data-aid="config_quicklink_fw_desktop" :to="{name: 'config', query: {s: 'firewall.hostgroups.desktop'}}">{{i18n.configQLFirewallDesktop}}</router-link>
</li>
</ul>
</li>

Expand Down

0 comments on commit fd3eb03

Please sign in to comment.