2012-12-18 Sergio Martin <sergio.martin@artica.es>
* operation/events/events_list.php godmode/events/custom_events.php: Fixed a couple of bugs of style and event viewer normal git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7301 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
e6c3925f36
commit
f801b1bc75
|
@ -1,3 +1,10 @@
|
|||
2012-12-18 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* operation/events/events_list.php
|
||||
godmode/events/custom_events.php: Fixed
|
||||
a couple of bugs of style and event viewer
|
||||
normal
|
||||
|
||||
2012-12-18 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||
|
||||
* include/functions_reporting.php: Resize URL item report to make it
|
||||
|
|
|
@ -113,7 +113,7 @@ if ($fields_selected[0]!='') {
|
|||
$result = __('ACK Timestamp');
|
||||
break;
|
||||
case 'server_name':
|
||||
$result = __('Server');
|
||||
$result = __('Server name');
|
||||
break;
|
||||
}
|
||||
$result_selected[$field_selected] = $result;
|
||||
|
|
|
@ -797,7 +797,7 @@ foreach ($result as $event) {
|
|||
$data[$i] = db_get_value('server_name','tmetaconsole_setup','id',$event["server_id"]);
|
||||
}
|
||||
else {
|
||||
$data[$i] = db_get_value('name','tserver','id_server',$event["server_id"]);
|
||||
$data[$i] = db_get_value('name','tserver');
|
||||
}
|
||||
$i++;
|
||||
}
|
||||
|
@ -850,7 +850,7 @@ foreach ($result as $event) {
|
|||
}
|
||||
|
||||
if (in_array('id_agente', $show_fields)) {
|
||||
$data[$i] = '<span style="color: #000000">';
|
||||
$data[$i] = '<span class="'.$myclass.'">';
|
||||
|
||||
if ($event["id_agente"] > 0) {
|
||||
// Agent name
|
||||
|
|
Loading…
Reference in New Issue