mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
ARP Map (#2540)
* arp matrix graph and fix * bug fix * graph fix * bug fix * tests on arp graph * merged heatmap.js and map.js * graph dinamic resize * minor fix * graph dinamic width * graph performance improvement * clean code * fix manual refresh * message for empty graph * clean code * more clean * update arpMap and host details * migrate to v4.min version of d3.js
This commit is contained in:
parent
94b143c8a3
commit
1d9b35be42
13 changed files with 1247 additions and 224 deletions
|
|
@ -29,6 +29,7 @@ function page_utils.print_header(title)
|
|||
<link type="text/css" rel="stylesheet" href="]] print(http_prefix) print[[/css/rickshaw.css">
|
||||
<link type="text/css" rel="stylesheet" href="]] print(http_prefix) print[[/css/jquery-ui.css">
|
||||
<link href="]] print(http_prefix) print[[/css/dc.css" rel="stylesheet">
|
||||
<link href="]] print(http_prefix) print[[/css/heatmap.css" rel="stylesheet">
|
||||
<style>
|
||||
.flag {
|
||||
width: 16px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue