Skip to content

Commit

Permalink
Merge pull request #323 from Security-Onion-Solutions/fix/change-grou…
Browse files Browse the repository at this point in the history
…pby-newgroupby

FIX: Change field groupby button to new groupby Security-Onion-Solutions/securityonion#12228
  • Loading branch information
dougburks authored Jan 22, 2024
2 parents f9c61ea + c361115 commit fc6a923
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -687,8 +687,8 @@ <h4 v-if="loaded">{{ i18n.eventTotal }} {{ totalEvents.toLocaleString() }}</h4>
<tr class="pt-3">
<td class="expansion">
<div class="d-inline-block semi-transparent">
<v-btn :id="'groupby_' + item.key" :disabled="!canQuery(item.key)" icon x-small :to="buildGroupByRoute(item.key)">
<v-icon :alt="i18n.groupInclude" :title="i18n.groupIncludeHelp">fa-layer-group</v-icon>
<v-btn :id="'groupby_' + item.key" :disabled="!canQuery(item.key)" icon x-small :to="buildGroupByNewRoute(item.key)">
<v-icon :alt="i18n.groupNew" :title="i18n.groupNewHelp">fa-layer-group</v-icon>
</v-btn>
<v-btn :id="'col_toggle_' + item.key" icon x-small @click="toggleColumnHeader(item.key)">
<v-icon :alt="i18n.addColumnHeader" :color="isColumnHeader(item.key) ? 'info' : ''" :title="i18n.addColumnHeaderHelp">fa-table-columns</v-icon>
Expand Down

0 comments on commit fc6a923

Please sign in to comment.