Commit f5b0560c authored by Shakarim Sapa's avatar Shakarim Sapa

- Добавлены кнопки в меню

parent 028cad5a
...@@ -44,7 +44,9 @@ class Module extends \common\components\WebModule ...@@ -44,7 +44,9 @@ class Module extends \common\components\WebModule
public static function adminMenu() public static function adminMenu()
{ {
return array( return [
); 'Управление триггерами' => '/triggers/trigger-admin/manage',
'Добавление нового триггера' => '/triggers/trigger-admin/create'
];
} }
} }
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment