mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Rename process chart id
This commit is contained in:
parent
e2916e79a2
commit
d1bdb99aaf
1 changed files with 2 additions and 2 deletions
|
|
@ -14,10 +14,10 @@ local ebpf_utils = {}
|
|||
function ebpf_utils.draw_processes_graph(host_info)
|
||||
print[[
|
||||
|
||||
<div align="center" id="chart"></div>
|
||||
<div align="center" id="process-chart"></div>
|
||||
|
||||
<script>
|
||||
ebpfUtils.draw_processes_graph(']] print(ntop.getHttpPrefix()) print[[',']] print("chart") print[[',']] print(hostinfo2hostkey(host_info)) print[[');
|
||||
ebpfUtils.draw_processes_graph(']] print(ntop.getHttpPrefix()) print[[',']] print("process-chart") print[[',']] print(hostinfo2hostkey(host_info)) print[[');
|
||||
</script>
|
||||
]]
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue