mirror of
https://github.com/Karaka-Management/oms-Dashboard.git
synced 2026-02-13 17:08:40 +00:00
Dasbhoard draft fix
This commit is contained in:
parent
87afaaea78
commit
762dbabec7
|
|
@ -3,7 +3,7 @@
|
||||||
use phpOMS\Router\RouteVerb;
|
use phpOMS\Router\RouteVerb;
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'^.*/backend/dashboard/list.*$' => [
|
'^.*/backend$' => [
|
||||||
[
|
[
|
||||||
'dest' => '\Modules\Dashboard\Controller:viewDashboard',
|
'dest' => '\Modules\Dashboard\Controller:viewDashboard',
|
||||||
'verb' => RouteVerb::GET,
|
'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__ . '/../../../Calendar/Theme/Backend/dashboard-calendar.tpl.php' ;?>
|
||||||
<?php include __DIR__ . '/../../../Tasks/Theme/Backend/dashboard-task.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