Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'ui/include/classes/mvc/CRouter.php')
-rw-r--r--ui/include/classes/mvc/CRouter.php19
1 files changed, 3 insertions, 16 deletions
diff --git a/ui/include/classes/mvc/CRouter.php b/ui/include/classes/mvc/CRouter.php
index db6e896ad7a..9e68f94450c 100644
--- a/ui/include/classes/mvc/CRouter.php
+++ b/ui/include/classes/mvc/CRouter.php
@@ -235,8 +235,8 @@ class CRouter {
'service.list.refresh' => ['CControllerServiceListRefresh', 'layout.json', 'monitoring.service.list.refresh'],
'service.list.edit' => ['CControllerServiceListEdit', 'layout.htmlpage', 'monitoring.service.list.edit'],
'service.list.edit.refresh' => ['CControllerServiceListEditRefresh', 'layout.json', 'monitoring.service.list.edit.refresh'],
- 'service.statusrule.validate' => ['CControllerServiceStatusRuleValidate', 'layout.json', 'service.statusrule.validate'],
- 'service.time.validate' => ['CControllerServiceTimeValidate', 'layout.json', 'service.time.validate'],
+ 'service.statusrule.validate' => ['CControllerServiceStatusRuleValidate', 'layout.json', null],
+ 'service.time.validate' => ['CControllerServiceTimeValidate', 'layout.json', null],
'service.update' => ['CControllerServiceUpdate', 'layout.json', null],
'system.warning' => ['CControllerSystemWarning', 'layout.warning', 'system.warning'],
'tabfilter.profile.update' => ['CControllerTabFilterProfileUpdate', 'layout.json', null],
@@ -305,16 +305,6 @@ class CRouter {
// legacy actions
'actionconf.php' => ['CLegacyAction', null, null],
- 'adm.housekeeper.php' => ['CLegacyAction', null, null],
- 'adm.iconmapping.php' => ['CLegacyAction', null, null],
- 'adm.images.php' => ['CLegacyAction', null, null],
- 'adm.macros.php' => ['CLegacyAction', null, null],
- 'adm.other.php' => ['CLegacyAction', null, null],
- 'adm.regexps.php' => ['CLegacyAction', null, null],
- 'adm.triggerdisplayoptions.php' => ['CLegacyAction', null, null],
- 'adm.triggerseverities.php' => ['CLegacyAction', null, null],
- 'adm.valuemapping.php' => ['CLegacyAction', null, null],
- 'adm.workingtime.php' => ['CLegacyAction', null, null],
'auditacts.php' => ['CLegacyAction', null, null],
'browserwarning.php' => ['CLegacyAction', null, null],
'chart.php' => ['CLegacyAction', null, null],
@@ -341,10 +331,8 @@ class CRouter {
'index_sso.php' => ['CLegacyAction', null, null],
'items.php' => ['CLegacyAction', null, null],
'jsrpc.php' => ['CLegacyAction', null, null],
- 'latest.php' => ['CLegacyAction', null, null],
'maintenance.php' => ['CLegacyAction', null, null],
'map.php' => ['CLegacyAction', null, null],
- 'overview.php' => ['CLegacyAction', null, null],
'report2.php' => ['CLegacyAction', null, null],
'report4.php' => ['CLegacyAction', null, null],
'sysmap.php' => ['CLegacyAction', null, null],
@@ -353,8 +341,7 @@ class CRouter {
'toptriggers.php' => ['CLegacyAction', null, null],
'tr_events.php' => ['CLegacyAction', null, null],
'trigger_prototypes.php' => ['CLegacyAction', null, null],
- 'triggers.php' => ['CLegacyAction', null, null],
- 'usergrps.php' => ['CLegacyAction', null, null]
+ 'triggers.php' => ['CLegacyAction', null, null]
];
/**