Desing fixes
parent
752f519ccc
commit
6e6f4f6694
|
@ -11,7 +11,7 @@ return [
|
||||||
// subfolder for the web app, if any
|
// subfolder for the web app, if any
|
||||||
'folder' => '/jilo-web/',
|
'folder' => '/jilo-web/',
|
||||||
// set to false to disable new registrations
|
// set to false to disable new registrations
|
||||||
'registration_enabled' => true,
|
'registration_enabled' => '1',
|
||||||
// will be displayed on login screen
|
// will be displayed on login screen
|
||||||
'login_message' => '',
|
'login_message' => '',
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,11 @@
|
||||||
|
|
||||||
<!-- jilo status -->
|
<!-- jilo status -->
|
||||||
<div class="container-fluid mt-2">
|
<div class="container-fluid mt-2">
|
||||||
<div class="row mb-5">
|
<div class="row mb-4">
|
||||||
<div class="col">
|
<div class="col-md-6 mb-5">
|
||||||
<h2>Jilo status</h2>
|
<h2>Jilo status</h2>
|
||||||
|
</div>
|
||||||
|
<div class="row mb-4">
|
||||||
|
|
||||||
<!-- jilo status -->
|
<!-- jilo status -->
|
||||||
<div class="card mt-3">
|
<div class="card mt-3">
|
||||||
|
|
Loading…
Reference in New Issue