summaryrefslogtreecommitdiffstats
path: root/templates/page-tgz-list.html
diff options
context:
space:
mode:
authorSimon Rettberg2013-11-16 15:42:16 +0100
committerSimon Rettberg2013-11-16 15:42:16 +0100
commit633e43127c6d1a96d47587eed2739bdaff6c3d4f (patch)
treeafe22b5cef77a5a054388d05f6a2c106dcb4d60b /templates/page-tgz-list.html
parentAdd custom config.tgz upload functionality (diff)
downloadslx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.tar.gz
slx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.tar.xz
slx-admin-633e43127c6d1a96d47587eed2739bdaff6c3d4f.zip
Add minilinux download functionality and ipxe compilation scripts
Diffstat (limited to 'templates/page-tgz-list.html')
-rw-r--r--templates/page-tgz-list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/page-tgz-list.html b/templates/page-tgz-list.html
index 65654766..ac70d510 100644
--- a/templates/page-tgz-list.html
+++ b/templates/page-tgz-list.html
@@ -1,6 +1,6 @@
<div class="container">
{{#files}}
- <div class="row well well-sm">{{file}}</div>
+ <div class="row well well-sm">{{file}} <a class="btn btn-primary" href="?do=sysconfig&amp;action=activate&amp;file={{file}}&amp;token={{token}}">Aktivieren</a></div>
{{/files}}
{{^files}}
<div class="row well well-sm">Keine Konfigurationspakete gefunden!</div>