mirror of
https://github.com/ntop/ntopng.git
synced 2026-07-31 02:28:16 +00:00
13 lines
No EOL
412 B
HTML
13 lines
No EOL
412 B
HTML
<h4 class='mb-2'>Top Hosts (Send+Receive)</h4>
|
|
<div class="my-2">
|
|
<div class="pie-chart m-auto" id="topHosts">
|
|
</div>
|
|
</div>
|
|
<span class="help-block">Click on the host for more information.</span>
|
|
<div class='my-3'></div>
|
|
<script type='text/javascript'>
|
|
window.onload = () => {
|
|
let refresh = 3000 /* ms */;
|
|
do_pie("#topHosts", '@HTTP_PREFIX@/lua/iface_hosts_list.lua', { }, "", refresh);
|
|
}
|
|
</script> |