Status als eigener Tab

This commit is contained in:
ma0068
2024-03-04 10:10:35 +01:00
parent b98794a292
commit a7f1e43225
5 changed files with 30 additions and 14 deletions
@@ -31,6 +31,10 @@ class Config extends FHC_Controller
'title' => 'PreStudentIn',
'component' => './Stv/Studentenverwaltung/Details/Prestudent.js'
];
$result['status'] = [
'title' => 'Status',
'component' => './Stv/Studentenverwaltung/Details/Status.js'
];
$result['noten'] = [
'title' => 'Noten',
'component' => './Stv/Studentenverwaltung/Details/Noten.js'