makes contentModal bigger for the room content and uses the raum_info component to insert the tabulator in the content

This commit is contained in:
SimonGschnell
2024-07-05 10:00:54 +02:00
parent 79ffc1c077
commit 08555a77be
4 changed files with 10 additions and 4 deletions
+1
View File
@@ -1,6 +1,7 @@
<?php
$includesArray = array(
'title' => 'FH-Complete',
'tabulator5'=>true,
'customJSModules' => ['public/js/apps/Dashboard/Fhc.js'],
'customCSSs' => [
'public/css/components/dashboard.css'
+1
View File
@@ -1,6 +1,7 @@
<?php
$includesArray = array(
'title' => 'Dashboard',
'tabulator5'=>true,
'customJSModules' => ['public/js/apps/Dashboard/Fhc.js'],
'customCSSs' => [
'public/css/components/dashboard.css'
+1
View File
@@ -1,5 +1,6 @@
<?php
$includesArray = array(
'tabulator5'=>true,
'customJSModules' => ['public/js/apps/Dashboard/Fhc.js'],
'customCSSs' => [
'public/css/components/dashboard.css'