mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-01-25 07:58:42 +00:00
Dasbhoard draft fix
This commit is contained in:
parent
87afaaea78
commit
762dbabec7
|
|
@ -3,7 +3,7 @@
|
|||
use phpOMS\Router\RouteVerb;
|
||||
|
||||
return [
|
||||
'^.*/backend/dashboard/list.*$' => [
|
||||
'^.*/backend$' => [
|
||||
[
|
||||
'dest' => '\Modules\Dashboard\Controller:viewDashboard',
|
||||
'verb' => RouteVerb::GET,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
<?php include __DIR__ . '/../../../News/Theme/Backend/dashbaord-news.tpl.php' ;?>
|
||||
<?php include __DIR__ . '/../../../News/Theme/Backend/dashboard-news.tpl.php' ;?>
|
||||
<?php include __DIR__ . '/../../../Calendar/Theme/Backend/dashboard-calendar.tpl.php' ;?>
|
||||
<?php include __DIR__ . '/../../../Tasks/Theme/Backend/dashboard-task.tpl.php' ;?>
|
||||
<?php include __DIR__ . '/../../../Reporter/Theme/Backend/dashboard-report.tpl.php' ;?>
|
||||
<?php include __DIR__ . '/../../../Reporter/Theme/Backend/dashboard-reporter.tpl.php' ;?>
|
||||
daten
|
||||
|
|
@ -1,4 +0,0 @@
|
|||
<?php include __DIR__ . '/../../../News/Theme/Backend/dashbaord-news.tpl.php' ;?>
|
||||
<?php include __DIR__ . '/../../../Calendar/Theme/Backend/dashboard-calendar.tpl.php' ;?>
|
||||
<?php include __DIR__ . '/../../../Tasks/Theme/Backend/dashboard-task.tpl.php' ;?>
|
||||
<?php include __DIR__ . '/../../../Reporter/Theme/Backend/dashboard-report.tpl.php' ;?>
|
||||
Loading…
Reference in New Issue
Block a user