mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
7 lines
393 B
Text
7 lines
393 B
Text
<H3> {{ i18n("analyze_pcap_ok") }} </H3>
|
|
|
|
<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_pcap_interface") }}">
|
|
</form>
|