2013-10-09 Sergio Martin <sergio.martin@artica.es>
* include/javascript/jquery.pandora.js images/tip.png: Replace tip image by new star, increse a little the license info dialog * operation/agentes/estado_generalagente.php: Added real time tip near status graph legend in main agent view git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8876 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
d0504ce750
commit
48f5c903da
|
@ -1,3 +1,12 @@
|
|||
2013-10-09 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/javascript/jquery.pandora.js
|
||||
images/tip.png: Replace tip image by new star, increse
|
||||
a little the license info dialog
|
||||
|
||||
* operation/agentes/estado_generalagente.php: Added real
|
||||
time tip near status graph legend in main agent view
|
||||
|
||||
2013-10-08 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* include/functions_visual_map.php,
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 366 B |
|
@ -145,7 +145,7 @@ $(document).ready (function () {
|
|||
background: "black"
|
||||
},
|
||||
width: 500,
|
||||
height: 190
|
||||
height: 250
|
||||
})
|
||||
.show ();
|
||||
},
|
||||
|
|
|
@ -107,6 +107,7 @@ $data = array();
|
|||
$data[0] = '<div style="margin: 0 auto 6px auto; width: 150px;">';
|
||||
$data[0] .= graph_agent_status ($id_agente, 150, 120, true);
|
||||
$data[0] .= '<br>' . reporting_tiny_stats ($agent, true);
|
||||
$data[0] .= ui_print_help_tip(__('Agent statuses are re-calculated by the server, they are not shown in real time.'), true);
|
||||
$data[0] .= '</div>';
|
||||
$table_agent->rowspan[count($table_agent->data)][0] = 6;
|
||||
$table_agent->colspan[count($table_agent->data)][0] = 2;
|
||||
|
|
Loading…
Reference in New Issue