ntopng/httpdocs/templates/analyze_db.template
2024-07-11 07:20:26 +00:00

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>