summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/list-modules.html
diff options
context:
space:
mode:
authorSimon Rettberg2016-09-07 16:32:06 +0200
committerSimon Rettberg2016-09-07 16:32:06 +0200
commitd22fd667d09c2c159daed9d7f1ba4f705fec9c74 (patch)
treeac76f4e0c2219b569ce959f690d4a512880c1676 /modules-available/sysconfig/templates/list-modules.html
parent[roomplanner] Sanity checks/fixups when saving computers, more user feedback,... (diff)
downloadslx-admin-d22fd667d09c2c159daed9d7f1ba4f705fec9c74.tar.gz
slx-admin-d22fd667d09c2c159daed9d7f1ba4f705fec9c74.tar.xz
slx-admin-d22fd667d09c2c159daed9d7f1ba4f705fec9c74.zip
[sysconfig] Improve design, hide more controls in location-specific view, get rid of JS hack for ellipsis in tables (by adding a HTML/CSS hack for it :))
Diffstat (limited to 'modules-available/sysconfig/templates/list-modules.html')
-rw-r--r--modules-available/sysconfig/templates/list-modules.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/sysconfig/templates/list-modules.html b/modules-available/sysconfig/templates/list-modules.html
index 29726c5d..585b3522 100644
--- a/modules-available/sysconfig/templates/list-modules.html
+++ b/modules-available/sysconfig/templates/list-modules.html
@@ -8,11 +8,11 @@
<form method="post" action="?do=SysConfig">
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="action" value="module">
- <table id="modtable" class="slx-table" style="max-width:100px !important">
+ <table id="modtable" class="slx-table" style="width:100%">
{{#modules}}
<tr>
<td class="badge text-nowrap">{{moduleType}}</td>
- <td data-id="{{id}}" class="modrow slx-width-ignore text-nowrap" width="100%"><div class="slx-dyn-ellipsis">{{title}}</div></td>
+ <td data-id="{{id}}" class="modrow" width="100%"><table class="slx-ellipsis"><tr><td>{{title}}</td></tr></table></td>
<td class="text-nowrap">
{{#allowDownload}}
<button class="btn btn-default btn-xs" name="list" value="{{id}}" title="{{lang_show}}"><span class="glyphicon glyphicon-eye-open"></span></button>