summaryrefslogtreecommitdiffstats
path: root/templates/page-main.html
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-16 16:32:43 +0100
committerSimon Rettberg2013-11-16 16:32:43 +0100
commit8102576e930a839540c0e8b2c9e18fdf37d30b24 (patch)
tree60248ead9b0221c38232ae1928f87595ae04cbf8 /templates/page-main.html
parentFixed two stupid messups (diff)
downloadslx-admin-8102576e930a839540c0e8b2c9e18fdf37d30b24.tar.gz
slx-admin-8102576e930a839540c0e8b2c9e18fdf37d30b24.tar.xz
slx-admin-8102576e930a839540c0e8b2c9e18fdf37d30b24.zip
Notify about missing options/files/actions on dashboard
Diffstat (limited to 'templates/page-main.html')
-rw-r--r--templates/page-main.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/templates/page-main.html b/templates/page-main.html
index 25f6cea6..6d35b9f3 100644
--- a/templates/page-main.html
+++ b/templates/page-main.html
@@ -1,11 +1,23 @@
<div class="jumbotron">
<h1>Willkommen, {{user}}</h1>
- <p>Dies ist die bwLehrpool Konfigurationsoberfläche, {{user}}</p>
+ <p>Dies ist die bwLehrpool Konfigurationsoberfläche.</p>
{{#ipxe}}
<div class="alert alert-warning">
<p>Das iPXE-Modul des Servers ist veraltet oder nicht vorhanden.</p>
<a class="btn btn-large btn-primary" href="?do=ipxe">iPXE compilieren</a>
</div>
{{/ipxe}}
+ {{#minilinux}}
+ <div class="alert alert-warning">
+ <p>Wichtige Dateien der MiniLinux-Installation fehlen.</p>
+ <a class="btn btn-large btn-primary" href="?do=minilinux">MiniLinux herunterladen</a>
+ </div>
+ {{/minilinux}}
+ {{#sysconfig}}
+ <div class="alert alert-warning">
+ <p>Es wurde noch keine Systemkonfiguration ausgewählt..</p>
+ <a class="btn btn-large btn-primary" href="?do=sysconfig">Systemkonfiguration festlegen</a>
+ </div>
+ {{/sysconfig}}
</div>