Skip to content

Commit

Permalink
Change engaged icon
Browse files Browse the repository at this point in the history
  • Loading branch information
cardigliano committed Nov 12, 2024
1 parent b2a37ea commit 274f7f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http_src/vue/range-picker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="btn-group" id="statusSwitch" role="group">
<a v-if="page != 'flow'" href="#" @click="update_status_view('engaged')" class="btn btn-sm"
:class="{ 'active': status_view == 'engaged', 'btn-seconday': status_view != 'engaged', 'btn-primary': status_view == 'engaged' }"><i
class="fa-solid fa-hourglass-half" title="Engaged"></i></a>
class="fa-solid fa-fire" title="Engaged"></i></a>
<a href="#" @click="update_status_view('historical')" class="btn btn-sm"
:class="{ 'active': status_view == 'historical' || (page == 'flow' && status_view == 'engaged'), 'btn-seconday': status_view != 'historical', 'btn-primary': status_view == 'historical' || (page == 'flow' && status_view == 'engaged') }"><i
class="fa-regular fa-eye" title="Require Attention"></i></a>
Expand Down
2 changes: 1 addition & 1 deletion httpdocs/dist
Submodule dist updated 1 files
+2 −2 ntopng.js

0 comments on commit 274f7f3

Please sign in to comment.