summaryrefslogtreecommitdiffstats
path: root/templates/sysconfig/config-module-list.html
diff options
context:
space:
mode:
authorSimon Rettberg2014-10-27 16:15:02 +0100
committerSimon Rettberg2014-10-27 16:15:02 +0100
commit2f23a77244d02468a4d59c1581c5a7b4fb526a3a (patch)
treee3e723a5dc15451d71cc7a0102ba5d411204cd7a /templates/sysconfig/config-module-list.html
parentAdd SLX_BENCHMARK_VM to settings (diff)
downloadslx-admin-2f23a77244d02468a4d59c1581c5a7b4fb526a3a.tar.gz
slx-admin-2f23a77244d02468a4d59c1581c5a7b4fb526a3a.tar.xz
slx-admin-2f23a77244d02468a4d59c1581c5a7b4fb526a3a.zip
No reason to put a container into a container everywhere
Diffstat (limited to 'templates/sysconfig/config-module-list.html')
-rw-r--r--templates/sysconfig/config-module-list.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/templates/sysconfig/config-module-list.html b/templates/sysconfig/config-module-list.html
new file mode 100644
index 00000000..6cd77f9e
--- /dev/null
+++ b/templates/sysconfig/config-module-list.html
@@ -0,0 +1,17 @@
+<form method="post" action="?do=SysConfig">
+ <input type="hidden" name="token" value="{{token}}">
+ <input type="hidden" name="action" value="module">
+ <table class="slx-table">
+ {{#modules}}
+ <tr>
+ <td>{{module}}</td>
+ <td>
+ <button class="btn btn-default btn-xs" name="list" value="{{moduleid}}"><span class="glyphicon glyphicon-eye-open"></span> {{lang_show}}</button>
+ </td>
+ </tr>
+ {{/modules}}
+ </table>
+ {{^modules}}
+ <div class="alert alert-warning">{{lang_noContent}}</div>
+ {{/modules}}
+</form> \ No newline at end of file