summaryrefslogtreecommitdiffstats
path: root/templates/tgz-list.html
blob: fec5af63c9fb57ca1ed8419401100651f66d264f (plain) (blame)
1
2
3
4
5
6
7
8
9
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>