diff --git a/pandora_console/ChangeLog b/pandora_console/ChangeLog index 8ff990239e..dc542d4878 100644 --- a/pandora_console/ChangeLog +++ b/pandora_console/ChangeLog @@ -1,3 +1,10 @@ +2011-02-21 Miguel de Dios + + * include/styles/pandora.css, godmode/servers/modificar_server.php: added + lost icons in the legend of servers. + + Fixes: #3174880 + 2011-02-21 Miguel de Dios * include/ajax/agent.php: fixed the return of call ajax, now it haven't diff --git a/pandora_console/godmode/servers/modificar_server.php b/pandora_console/godmode/servers/modificar_server.php index 6f295de6da..113e3683ed 100644 --- a/pandora_console/godmode/servers/modificar_server.php +++ b/pandora_console/godmode/servers/modificar_server.php @@ -126,12 +126,19 @@ if (isset($_GET["server"])) { //Legend echo ""; + echo ""; echo ""; echo ''; echo ''; echo ''; echo ''; echo ''; + echo ""; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; echo "
" . __('Legend') . "
'.__('Network server').''.__('Master').''.__('Data server').''.__('MD5 check').''.__('SNMP console').'
'.__('Recon server').''.__('WMI server').''.__('Export server').''.__('Inventory server').''.__('Web server').'
"; } else { echo "
".__('There are no servers configured into the database')."
"; diff --git a/pandora_console/include/styles/pandora.css b/pandora_console/include/styles/pandora.css index c58482f15e..e9bdd3924f 100644 --- a/pandora_console/include/styles/pandora.css +++ b/pandora_console/include/styles/pandora.css @@ -696,12 +696,28 @@ span.rmess { span.nrmess { background: url(../../images/email.png) no-repeat; } +span.recon_server { + background: url(../../images/recon.png) no-repeat; +} +span.wmi_server { + background: url(../../images/wmi.png) no-repeat; +} +span.export_server { + background: url(../../images/server_export.png) no-repeat; +} +span.inventory_server { + background: url(../../images/page_white_text.png) no-repeat; +} +span.web_server { + background: url(../../images/world.png) no-repeat; +} /* This kind of span do not have any sense, should be replaced on PHP code by a real img in code. They are not useful because insert too much margin around (for example, not valid to use in the table of server view */ span.users, span.agents, span.data, span.alerts, span.time, span.net, span.master, span.snmp, span.binary, span.recon, span.wmi, span.prediction, -span.plugin, span.plugin, span.export { +span.plugin, span.plugin, span.export, span.recon_server, span.wmi_server, +span.export_server, span.inventory_server, span.web_server { margin-left: 4px; margin-top: 10px; padding: 4px 8px 12px 30px;