Skip to content

Commit

Permalink
Merge pull request #138 from Security-Onion-Solutions/dev
Browse files Browse the repository at this point in the history
2.3.160
  • Loading branch information
jertel authored Aug 30, 2022
2 parents 63a71a0 + 056a9fa commit 2eea44f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ <h2 v-text="i18n[category]"></h2>
<v-expansion-panel>
<v-expansion-panel-header id="huntOptionsHeader">{{i18n.options}}</v-expansion-panel-header>
<v-expansion-panel-content>
<v-switch v-if="isCategory('alerts') || isCategory('cases')" id="enable-advanced" :disabled="loading()" v-model="advanced" dense hide-details class="my-0" :label="i18n.advanced"></v-switch>
<v-switch v-if="isAdvanced()" id="auto-hunt" :disabled="loading()" v-model="autohunt" dense hide-details class="my-0" :label="i18n.autohunt"></v-switch>
<v-switch v-for="toggle in filterToggles" :key="toggle.name"
:id="'filterToggle-' + toggle.name"
Expand Down
1 change: 1 addition & 0 deletions html/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const i18n = {
addObservable: 'Add as new observable...',
address: 'Address',
admin: 'Administration',
advanced: 'Temporarily enable advanced interface features',
alertAcknowledge: 'Acknowledge',
alertEscalated: 'This alert has already been escalated',
alertUndoAcknowledge: 'Undo Acknowledge',
Expand Down

0 comments on commit 2eea44f

Please sign in to comment.