mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 00:40:10 +00:00
fixed hosts_stats page (#4781)
This commit is contained in:
parent
159564bd95
commit
21d33deacd
1 changed files with 1 additions and 6 deletions
|
|
@ -191,8 +191,6 @@ page_utils.print_page_title(getPageTitle(protocol_name, traffic_type_title, netw
|
|||
if (_GET["page"] ~= "historical") then
|
||||
if(asn ~= nil) then
|
||||
print [[
|
||||
<div class='card'>
|
||||
<div class='card-header'>
|
||||
<ul class="nav nav-tabs card-header-tabs">
|
||||
<li class="nav-item" class="active"><a class="nav-link active" data-toggle="tab" href="#home">]] print(i18n("hosts_stats.hosts")) print[[</a></li>
|
||||
]]
|
||||
|
|
@ -208,7 +206,7 @@ if (_GET["page"] ~= "historical") then
|
|||
end
|
||||
end
|
||||
|
||||
print("</ul></div>") -- close .card-header
|
||||
print("</ul>") -- close .card-header
|
||||
|
||||
if(asn ~= nil) then
|
||||
print [[
|
||||
|
|
@ -587,9 +585,6 @@ if (_GET["page"] ~= "historical") then
|
|||
<div id="prefix" class="tab-pane"></div>
|
||||
<div id="bgp" class="tab-pane"></div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
$(document).ready(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue