Mobile View - Graphs missing

CMK version : 1.6.0p18.cre
OS version : Ubuntu 18.04.5 LTS

Error message : Uncaught TypeError: cmk.graph_integration is undefined

Description of the problem :
If you call the Check MK GUI from a mobile device, the graphs are missing. Java Script Error console gives the following error: Uncaught TypeError: cmk.graph_integration is undefined.

In version 1.5.0p19.cre the graphs were visible. They were handled by the JS script function: render_pnp_graphs. This function is included in mobile.js.
In the new version (1.6.0p18.cre), the function cmk.graph_integration.render_graphs is used. This function is only available in main.js which will not be loaded by mobile_view.py.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.