Skip to content

Commit

Permalink
Merge pull request #601 from Security-Onion-Solutions/jertel/force
Browse files Browse the repository at this point in the history
add close setting button to top right
  • Loading branch information
jertel authored Jul 31, 2024
2 parents 394ce93 + bd97278 commit 07c0cb2
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 @@ -4854,6 +4854,9 @@ <h4 v-if="!$root.loading">{{ i18n.settingsCustomized }} {{ settingsCustomized }}
<v-icon v-if="treeVisible">fa-up-right-and-down-left-from-center</v-icon>
<v-icon v-else color="primary">fa-down-left-and-up-right-to-center</v-icon>
</v-btn>
<v-btn icon small @click="active = []" data-aid="config_close_setting">
<v-icon>fa-times</v-icon>
</v-btn>
</span>
</div>
<div class="text-subtitle-1 mb-4" data-aid="config_item_help" >
Expand Down

0 comments on commit 07c0cb2

Please sign in to comment.