mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
12 lines
503 B
Text
12 lines
503 B
Text
<H3> {{ i18n("analyze_db_ok") }} </H3>
|
|
<p>
|
|
{{i18n("analyze_db_ok_descr")}}
|
|
<br>
|
|
<small>{{i18n("analyze_db_ok_note", {size=max_num_flows})}}</small>
|
|
</p>
|
|
|
|
<form method='POST' action="{{ ntop.getHttpPrefix() }}/lua/flows_stats.lua?ifid={{ iface_id }}">
|
|
<input hidden name='switch_interface' value='1' />
|
|
<input hidden name='csrf' value='{{ ntop.getRandomCSRFValue() }}' />
|
|
<input class="btn btn-primary" type="submit" value="{{ i18n("switch_new_db_interface") }}">
|
|
</form>
|