Backend implementation of config objects
This commit is contained in:
parent
224372f0ad
commit
2d1a7d647c
13 changed files with 215 additions and 131 deletions
6
resources/WebContent/page/ConfigPage.tmpl
Normal file → Executable file
6
resources/WebContent/page/ConfigPage.tmpl
Normal file → Executable 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>
|
||||
</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>
|
||||
</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>
|
||||
</button>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue