mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
fix: [tag auto push] fix navbar
This commit is contained in:
parent
5ef29d8abb
commit
dea270f914
2 changed files with 6 additions and 3 deletions
|
@ -52,12 +52,12 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<h5 class="d-flex text-muted w-100">
|
<h5 class="d-flex text-muted w-100" id="nav_tags_export">
|
||||||
<span>Tags Export </span>
|
<span>Tags Export </span>
|
||||||
</h5>
|
</h5>
|
||||||
<ul class="nav flex-md-column flex-row navbar-nav justify-content-between w-100">
|
<ul class="nav flex-md-column flex-row navbar-nav justify-content-between w-100">
|
||||||
<li class="nav-item">
|
<li class="nav-item">
|
||||||
<a class="nav-link" href="{{url_for('tags_ui.auto_push')}}" id="nav_regular_edit_tag_export">
|
<a class="nav-link" href="{{url_for('tags_ui.auto_push')}}" id="nav_auto_push">
|
||||||
<i class="fas fa-cogs"></i>
|
<i class="fas fa-cogs"></i>
|
||||||
MISP and Hive, auto push
|
MISP and Hive, auto push
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -26,7 +26,7 @@
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
{% include 'hunter/menu_sidebar.html' %}
|
{% include 'tags/menu_sidebar.html' %}
|
||||||
|
|
||||||
<div class="col-12 col-lg-10" id="core_content">
|
<div class="col-12 col-lg-10" id="core_content">
|
||||||
|
|
||||||
|
@ -222,6 +222,9 @@
|
||||||
var table_misp
|
var table_misp
|
||||||
var table_hive
|
var table_hive
|
||||||
$(document).ready(function(){
|
$(document).ready(function(){
|
||||||
|
$("#navbar-tags").addClass("active");
|
||||||
|
$("#nav_tags_export").removeClass("text-muted");
|
||||||
|
$("#nav_auto_push").addClass("active");
|
||||||
|
|
||||||
table_misp = $('#myTable_misp').DataTable(
|
table_misp = $('#myTable_misp').DataTable(
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue