Merge branch 'ent-5662-al-abrir-la-ventana-de-grafica-no-me-cabe' into 'develop'

fixed minnor error

See merge request 
This commit is contained in:
Daniel Rodriguez 2020-04-07 10:58:03 +02:00
commit f81e5de8c2
2 changed files with 2 additions and 2 deletions
pandora_console/operation/agentes

View File

@ -176,7 +176,7 @@ $label = db_get_value('nombre', 'tagente_modulo', 'id_agente_modulo', $id)
// Graph.
echo '<div style="padding-top: 60px;">';
echo '<div style="padding-top: 60px; padding-right: 30px;">';
$width = '90%';
$height = '450';

View File

@ -1538,7 +1538,7 @@ if (!empty($result)) {
$graph_params_str = http_build_query($graph_params);
$link = 'winopeng(\''.$url.'?'.$graph_params_str.'\',\''.$win_handle.'\')';
$link = 'winopeng_var(\''.$url.'?'.$graph_params_str.'\',\''.$win_handle.'\', 1000, 700)';
$data[8] = get_module_realtime_link_graph($row);