2012-11-27 Dario Rodriguez <dario.rodriguez@artica.es>
* operation/agentes/status_monitor.php: Added title for metaconsole. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@7192 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
843b46496e
commit
44e8a71c67
|
@ -1,3 +1,7 @@
|
|||
2012-11-27 Dario Rodriguez <dario.rodriguez@artica.es>
|
||||
|
||||
* operation/agentes/status_monitor.php: Added title for metaconsole.
|
||||
|
||||
2012-11-27 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/functions_reporting.php
|
||||
|
|
|
@ -43,10 +43,8 @@ if (! defined ('METACONSOLE')) {
|
|||
//Header
|
||||
ui_print_page_header ("Monitor detail", "images/brick.png", false);
|
||||
} else {
|
||||
$nav_bar = array(array('link' => 'index.php?sec=main', 'text' => __('Main')),
|
||||
array('link' => 'index.php?sec=estado&sec2=operation/agentes/status_monitor', 'text' => __('Monitor view')));
|
||||
|
||||
ui_meta_print_page_header($nav_bar);
|
||||
|
||||
ui_meta_print_header(__("Monitor view"));
|
||||
}
|
||||
|
||||
$ag_freestring = get_parameter ('ag_freestring');
|
||||
|
|
Loading…
Reference in New Issue