mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-01 00:19:33 +00:00
add ntop.getStaticFileEpoch() to all js files (#4965)
This commit is contained in:
parent
8251892d6d
commit
e9062d7a73
19 changed files with 30 additions and 144 deletions
|
|
@ -330,7 +330,7 @@ local function drawiecgraph(iec, total)
|
|||
nodes[keys[2]] = true
|
||||
end
|
||||
|
||||
print [[ <script type="text/javascript" src="/js/vis-network.min.js"></script>
|
||||
print [[ <script type="text/javascript" src="/js/vis-network.min.js?]] print(ntop.getStaticFileEpoch()) print[["></script>
|
||||
|
||||
<div style="width:100%; height:30vh; " id="myiecflow"></div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue