mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-04 15:54:48 +01:00
Add a 'welcome' panel to the control panel and make it the default page instead of the status checks which take too long to load
Fixes #2014
This commit is contained in:
16
management/templates/welcome.html
Normal file
16
management/templates/welcome.html
Normal file
@@ -0,0 +1,16 @@
|
||||
<style>
|
||||
.title {
|
||||
margin: 1em;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.subtitle {
|
||||
margin: 2em;
|
||||
text-align: center;
|
||||
}
|
||||
</style>
|
||||
|
||||
<h1 class="title">{{hostname}}</h1>
|
||||
|
||||
<p class="subtitle">Welcome to your Mail-in-a-Box control panel.</p>
|
||||
|
||||
Reference in New Issue
Block a user