Backend implementation of config objects

This commit is contained in:
Ziver Koc 2015-11-16 17:48:37 +01:00
parent 224372f0ad
commit 2d1a7d647c
13 changed files with 215 additions and 131 deletions

6
resources/WebContent/page/ConfigPage.tmpl Normal file → Executable file
View file

@ -17,7 +17,7 @@
</td>
{{/.getConfiguration()}}
<td class="text-right">
<button type="button" class="btn btn-primary btn-xs" title="Edit">
<button type="button" class="btn btn-default btn-xs" title="Edit">
<span class="glyphicon glyphicon-wrench" aria-hidden="true"></span>&nbsp;
</button>
{{^.enabled}}
@ -26,11 +26,11 @@
</button>
{{/.enabled}}
{{#.enabled}}
<button type="button" class="btn btn-success btn-xs" title="Activate">
<button type="button" class="btn btn-default btn-xs" title="Activate">
<span class="glyphicon glyphicon-ok-circle" aria-hidden="true"></span>&nbsp;
</button>
{{/.enabled}}
<button type="button" class="btn btn-danger btn-xs" title="Remove">
<button type="button" class="btn btn-default btn-xs" title="Remove">
<span class="glyphicon glyphicon-remove" aria-hidden="true"></span>&nbsp;
</button>
</td>