Merge branch '1980-error-en-dashboards-con-custom-graphs-dev-3' into 'develop'

Fixed unloaded includes in interface graphs

See merge request artica/pandorafms!1444
This commit is contained in:
vgilc 2018-04-23 15:55:54 +02:00
commit 5ea4b84e97
1 changed files with 7 additions and 0 deletions

View File

@ -87,6 +87,13 @@ $interface_traffic_modules = array(
<script type='text/javascript' src='../../include/javascript/jquery-1.9.0.js'></script> <script type='text/javascript' src='../../include/javascript/jquery-1.9.0.js'></script>
<script type='text/javascript' src='../../include/javascript/jquery.pandora.js'></script> <script type='text/javascript' src='../../include/javascript/jquery.pandora.js'></script>
<script type='text/javascript' src='../../include/javascript/jquery.jquery-ui-1.10.0.custom.js'></script> <script type='text/javascript' src='../../include/javascript/jquery.jquery-ui-1.10.0.custom.js'></script>
<?php
if ($config['flash_charts']) {
//Include the javascript for the js charts library
include_once($config["homedir"] . '/include/graphs/functions_flot.php');
echo include_javascript_dependencies_flot_graph(true, "../");
}
?>
<script type='text/javascript'> <script type='text/javascript'>
<!-- <!--
window.onload = function() { window.onload = function() {