2013-07-30 Miguel de Dios <miguel.dedios@artica.es>
* godmode/agentes/module_manager_editor_prediction.php, include/constants.php: fixed the repeat operator and added some constants for to make more easy the code. Fixes: #2279 MERGED FROM THE TRUNK git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@8599 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
364bc423bd
commit
f672d8a539
|
@ -138,7 +138,7 @@ else {
|
|||
}
|
||||
|
||||
$data[1] .= html_print_label(__("Module"),'prediction_module',true);
|
||||
if($id_agente) {
|
||||
if ($id_agente) {
|
||||
$sql = "SELECT id_agente_modulo, nombre
|
||||
FROM tagente_modulo
|
||||
WHERE delete_pending = 0
|
||||
|
|
|
@ -159,6 +159,8 @@ define('AGENT_STATUS_UNKNOWN', 3);
|
|||
define('AGENT_STATUS_ALERT_FIRED', 4);
|
||||
define('AGENT_STATUS_WARNING', 2);
|
||||
|
||||
|
||||
|
||||
/* Visual maps contants */
|
||||
//The items kind
|
||||
define('STATIC_GRAPH', 0);
|
||||
|
|
Loading…
Reference in New Issue