mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Move admin dashboard to Dashboard controller
This commit is contained in:
parent
93947a7f51
commit
c93dea90e0
5 changed files with 351 additions and 332 deletions
|
|
@ -4,7 +4,7 @@
|
|||
<actions>
|
||||
<action name="getSiteAllList" type="model" permission="root" />
|
||||
|
||||
<action name="dispAdminIndex" type="view" index="true" />
|
||||
<action name="dispAdminIndex" class="Controllers\Dashboard" index="true" />
|
||||
<action name="dispAdminConfigGeneral" type="view" menu_name="adminConfigurationGeneral" menu_index="true" />
|
||||
<action name="dispAdminConfigNotification" type="view" menu_name="adminConfigurationGeneral" />
|
||||
<action name="dispAdminConfigSecurity" type="view" menu_name="adminConfigurationGeneral" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue