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:
zarzuelo 2013-10-09 08:42:00 +00:00
parent d0504ce750
commit 48f5c903da
4 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -145,7 +145,7 @@ $(document).ready (function () {
background: "black"
},
width: 500,
height: 190
height: 250
})
.show ();
},

View File

@ -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;