2013-11-12 Vanessa Gil <vanessa.gil@artica.es>
* operation/agentes/alerts_status.php: Fixed bug displaying embedded metaconsole. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9063 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
52dde86177
commit
8b339baecb
|
@ -1,3 +1,8 @@
|
|||
2013-11-12 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* operation/agentes/alerts_status.php: Fixed bug displaying
|
||||
embedded metaconsole.
|
||||
|
||||
2013-11-12 Vanessa Gil <vanessa.gil@artica.es>
|
||||
|
||||
* operation/agentes/status_monitor.php: Fixed search filter
|
||||
|
|
|
@ -55,7 +55,7 @@ $alert_validate = (bool) get_parameter ('alert_validate', 0);
|
|||
$tab = get_parameter_get ("tab", null);
|
||||
|
||||
$refr = (int)get_parameter('refr', 0);
|
||||
|
||||
$pure = get_parameter('pure', 0);
|
||||
$url = 'index.php?sec=' . $sec . '&sec2=' . $sec2 . '&refr=' . $refr .
|
||||
'&filter=' . $filter . '&filter_standby=' . $filter_standby .
|
||||
'&ag_group=' . $id_group;
|
||||
|
@ -325,6 +325,10 @@ if ($tab != null) {
|
|||
$url = $url.'&tab='.$tab;
|
||||
}
|
||||
|
||||
if ($pure) {
|
||||
$url .= '&pure='.$pure;
|
||||
}
|
||||
|
||||
// Filter form
|
||||
if ($print_agent) {
|
||||
echo '<br>';
|
||||
|
|
Loading…
Reference in New Issue