mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-28 00:04:37 +02:00
2011-07-08 Sergio Martin <sergio.martin@artica.es>
* include/functions_alerts.php: Add always condition to templates git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@4533 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
de6439e18a
commit
bcfaf49723
@ -1,3 +1,7 @@
|
|||||||
|
2011-07-08 Sergio Martin <sergio.martin@artica.es>
|
||||||
|
|
||||||
|
* include/functions_alerts.php: Add always condition to templates
|
||||||
|
|
||||||
2011-07-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
2011-07-08 Juan Manuel Ramon <juanmanuel.ramon@artica.es>
|
||||||
|
|
||||||
* godmode/agentes/modificar_agente.php: Changed deprecated function
|
* godmode/agentes/modificar_agente.php: Changed deprecated function
|
||||||
|
@ -452,6 +452,7 @@ function alerts_get_alert_templates_types () {
|
|||||||
$types['critical'] = __('Critical status');
|
$types['critical'] = __('Critical status');
|
||||||
$types['unknown'] = __('Unknown status');
|
$types['unknown'] = __('Unknown status');
|
||||||
$types['onchange'] = __('On Change');
|
$types['onchange'] = __('On Change');
|
||||||
|
$types['always'] = __('Always');
|
||||||
|
|
||||||
return $types;
|
return $types;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user