summaryrefslogtreecommitdiffstats
path: root/templates/tgz-list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/tgz-list.html')
-rw-r--r--templates/tgz-list.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/tgz-list.html b/templates/tgz-list.html
new file mode 100644
index 00000000..fec5af63
--- /dev/null
+++ b/templates/tgz-list.html
@@ -0,0 +1,10 @@
+<div class="container">
+ {{#files}}
+ <div class="row well well-sm">{{file}}</div>
+ {{/files}}
+ {{^files}}
+ <div class="row well well-sm">Keine Konfigurationspakete gefunden!</div>
+ {{/files}}
+ <a class="btn btn-lg btn-primary" href="?do=sysconfig&amp;action=remotelist">Konfigurationen herunterladen</a>
+ <a class="btn btn-lg btn-primary" href="?do=sysconfig&amp;action=upload">Eigene Konfiguration hochladen</a>
+</div>