summaryrefslogtreecommitdiffstats
path: root/modules-available/sysconfig/templates/list-modules.html
diff options
context:
space:
mode:
authorSimon Rettberg2017-12-02 15:02:10 +0100
committerSimon Rettberg2017-12-02 15:02:10 +0100
commitc8f56d65bb20e865a74299244879b2f57175616a (patch)
tree11d2243f15e2cd472a7afaff03a4367600829a3e /modules-available/sysconfig/templates/list-modules.html
parent[syslog, statistics] Pretty print time, shorten CPU model in list (diff)
downloadslx-admin-c8f56d65bb20e865a74299244879b2f57175616a.tar.gz
slx-admin-c8f56d65bb20e865a74299244879b2f57175616a.tar.xz
slx-admin-c8f56d65bb20e865a74299244879b2f57175616a.zip
[sysconfig] Overview: Make mouseover highlighting work in the other direction too
Diffstat (limited to 'modules-available/sysconfig/templates/list-modules.html')
-rw-r--r--modules-available/sysconfig/templates/list-modules.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/sysconfig/templates/list-modules.html b/modules-available/sysconfig/templates/list-modules.html
index f15814f2..a55253ec 100644
--- a/modules-available/sysconfig/templates/list-modules.html
+++ b/modules-available/sysconfig/templates/list-modules.html
@@ -12,7 +12,7 @@
{{#modules}}
<tr>
<td class="badge text-nowrap">{{moduleType}}</td>
- <td data-id="{{id}}" class="modrow" width="100%"><table class="slx-ellipsis"><tr><td>{{title}}</td></tr></table></td>
+ <td data-id="{{id}}" class="modrow slx-pointer" 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>