Desing fixes

main
Yasen Pramatarov 2025-01-23 14:16:00 +02:00
parent 752f519ccc
commit 6e6f4f6694
2 changed files with 6 additions and 3 deletions

View File

@ -11,7 +11,7 @@ return [
// subfolder for the web app, if any
'folder' => '/jilo-web/',
// set to false to disable new registrations
'registration_enabled' => true,
'registration_enabled' => '1',
// will be displayed on login screen
'login_message' => '',

View File

@ -1,8 +1,11 @@
<!-- jilo status -->
<div class="container-fluid mt-2">
<div class="row mb-5">
<div class="col">
<div class="row mb-4">
<div class="col-md-6 mb-5">
<h2>Jilo status</h2>
</div>
<div class="row mb-4">
<!-- jilo status -->
<div class="card mt-3">