2013-12-05 Dario Rodriguez <dario@artica.es>
* mobile/operation/agents.php: Removed a filter option which didn't work. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@9167 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
ccda3faebd
commit
c38d9e02f3
|
@ -1,3 +1,8 @@
|
|||
2013-12-05 Dario Rodriguez <dario@artica.es>
|
||||
|
||||
* mobile/operation/agents.php: Removed a filter option which
|
||||
didn't work.
|
||||
|
||||
2013-12-03 Junichi Satoh <junichi@rworks.jp>
|
||||
|
||||
* include/functions_treeview.php: Fixed sql error in tag tab.
|
||||
|
|
|
@ -31,7 +31,6 @@ class Agents {
|
|||
$this->list_status = array(
|
||||
-1 => __('All'),
|
||||
AGENT_MODULE_STATUS_CRITICAL_BAD => __('Critical'),
|
||||
AGENT_MODULE_STATUS_CRITICAL_ALERT => __('Alert'),
|
||||
AGENT_MODULE_STATUS_NORMAL => __('Normal'),
|
||||
AGENT_MODULE_STATUS_WARNING => __('Warning'),
|
||||
AGENT_MODULE_STATUS_UNKNOWN => __('Unknown'));
|
||||
|
|
Loading…
Reference in New Issue