mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Implemented redis caching to reduce cache pressure (work in progress)
Rearranged menus
This commit is contained in:
parent
d51c221ede
commit
2ba6b7e1bb
12 changed files with 312 additions and 115 deletions
|
|
@ -1476,7 +1476,7 @@ function historicalFlowsTab(ifId, host, epoch_begin, epoch_end, l7proto, l4proto
|
|||
<div class="tab-pane fade in active" id="historical-flows-summary">
|
||||
<br>
|
||||
<div class="panel panel-default" id="historical-flows-summary-div">
|
||||
<div class="panel-heading"> <h3 class="panel-title">]] print(i18n("search_results")) print[[</h3> </div>
|
||||
<div class="panel-heading"> <h3 class="panel-title">]] print(i18n("flow_search_results")) print[[</h3> </div>
|
||||
<div class="panel-body" id="historical-flows-summary-body" style="display:true;">
|
||||
<div id="flows-summary-too-slow" style="display:none;" class="alert alert-warning"></div>
|
||||
<div id="flows-summary-wait" style="display:true;">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue