summaryrefslogtreecommitdiffstats
path: root/templates/tgz-list.html
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-05 20:25:55 +0100
committerSimon Rettberg2013-11-05 20:25:55 +0100
commite277baed387b642bb7e6707b49e55da4719a9c79 (patch)
tree350343881ddc35fe53862e971506bc405a9a7fad /templates/tgz-list.html
parentTolle neue APIs Sachen (diff)
downloadslx-admin-e277baed387b642bb7e6707b49e55da4719a9c79.tar.gz
slx-admin-e277baed387b642bb7e6707b49e55da4719a9c79.tar.xz
slx-admin-e277baed387b642bb7e6707b49e55da4719a9c79.zip
Working on download of remote configs
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>