ntopng/httpdocs/inc/index_TopFlowSenders.inc
emanuele-f 92b9991d92 Fix realtime top asn and hosts senders view
The view was broken after changes in commits:
	- 9b4e1060e6
	- 6635d1a716
2018-01-23 19:28:52 +01:00

12 lines
432 B
HTML

<h4>Top Flow Talkers: Live</h4>
<div class="pie-chart" id="topSenders"></div>
<span class="help-block" style="color: #dddddd;">Click on the host for more information.</span>
<script type='text/javascript'>
window.onload=function() {
var refresh = 3000 /* ms */;
do_pie("#topSenders", '@HTTP_PREFIX@/lua/get_top_realtime.lua?module=top_talkers', { senders_receivers : "senders" }, "", refresh);
}
</script>