2014-01-07 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/planned_downtime.list.php: fixed the manual stop of planned downtime. Fixes: #479 (Integria locally) git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9292 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ca068e7497
commit
020135cf03
|
@ -1,3 +1,10 @@
|
|||
2014-01-07 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* godmode/agentes/planned_downtime.list.php: fixed the manual stop
|
||||
of planned downtime.
|
||||
|
||||
Fixes: #479 (Integria locally)
|
||||
|
||||
2014-01-07 Miguel de Dios <miguel.dedios@artica.es>
|
||||
|
||||
* operation/agentes/networkmap.php: fixed the save the font size in
|
||||
|
|
|
@ -26,6 +26,7 @@ if (! check_acl ($config['id_user'], 0, "AW")) {
|
|||
}
|
||||
|
||||
require_once ('include/functions_users.php');
|
||||
require_once ('include/functions_events.php');
|
||||
|
||||
// Header
|
||||
ui_print_page_header(
|
||||
|
|
Loading…
Reference in New Issue