2014-05-29 Miguel de Dios <miguel.dedios@artica.es>

* include/functions_networkmap.php: improved the source code style.
	
	* extensions/agents_modules.php: fixed the css for the
	m$-internet exploter 11. Please Bill Gates travels to Leon.




git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@10036 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
mdtrooper 2014-05-29 09:36:06 +00:00
parent 8bfc468e6c
commit f06dd90a70
3 changed files with 11 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2014-05-29 Miguel de Dios <miguel.dedios@artica.es>
* include/functions_networkmap.php: improved the source code style.
* extensions/agents_modules.php: fixed the css for the
m$-internet exploter 11. Please Bill Gates travels to Leon.
2014-05-29 Sergio Martin <sergio.martin@artica.es>
* mobile/index.php: Disable the mobile console when

View File

@ -313,6 +313,7 @@ function mainAgentsModules() {
echo "
<style type='text/css'>
.rotate_text_module {
-ms-transform: rotate(270deg);
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-o-transform: rotate(270deg);

View File

@ -358,7 +358,7 @@ function networkmap_generate_dot ($pandora_name, $group = 0,
}
}
}
// Drop the modules without a partner if l2_network is true
// and the snmp interfaces token is false
if ($l2_network) {
@ -905,7 +905,8 @@ function networkmap_create_agent_node ($agent, $simple = 0, $font_size = 10, $cu
$status = agents_get_status_from_counts($agent);
if (defined('METACONSOLE')) {
$server_data = db_get_row('tmetaconsole_setup', 'id', $agent['id_server']);
$server_data = db_get_row('tmetaconsole_setup', 'id',
$agent['id_server']);
}
if (empty($server_data)) {