ganglia / ganglia-web

Ganglia Web Frontend
BSD 3-Clause "New" or "Revised" License
317 stars 169 forks source link

Javascript files paths are incorrect in conf.php #337

Closed shorman88 closed 5 years ago

shorman88 commented 6 years ago

Hello,

Please check the JS paths in conf.php file as i found this incorrect

https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot

And i got 404 on the below when i try to inspect any graph:

https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.js.min.js?_=1523987083609
https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.js.crosshair.min.js?_=1523987083610
https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.js.stack.min.js?_=1523987083611
https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.js.selection.min.js?_=1523987083614
https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.js.time.min.js?_=1523987083615

Thanks Ayman

Linodex commented 6 years ago

Hello, Can you try to change the line in conf.php for this one https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.js

vvuksan commented 5 years ago

This has been fixed.