summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2016-12-02 16:15:27 +0100
committerSimon Rettberg2016-12-02 16:15:27 +0100
commitc2bf91e4e566b762e613900e8dbac656d567486e (patch)
treeda4e205468e2fdf8a1a6dfa0eb918ae5f3904119
parent[statistics] Use new decollapser on front page (diff)
downloadslx-admin-c2bf91e4e566b762e613900e8dbac656d567486e.tar.gz
slx-admin-c2bf91e4e566b762e613900e8dbac656d567486e.tar.xz
slx-admin-c2bf91e4e566b762e613900e8dbac656d567486e.zip
[sysconfig] Add table-hover class to config and module list
-rw-r--r--modules-available/sysconfig/templates/list-configs.html2
-rw-r--r--modules-available/sysconfig/templates/list-modules.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/sysconfig/templates/list-configs.html b/modules-available/sysconfig/templates/list-configs.html
index 99db96bd..d2cedca4 100644
--- a/modules-available/sysconfig/templates/list-configs.html
+++ b/modules-available/sysconfig/templates/list-configs.html
@@ -18,7 +18,7 @@
<input type="hidden" name="token" value="{{token}}">
<input type="hidden" name="action" value="config">
<input type="hidden" name="locationid" value="{{locationid}}">
- <table id="conftable" class="slx-table" style="width:100%">
+ <table id="conftable" class="slx-table table-hover" style="width:100%">
{{#configs}}
<tr>
<td data-modlist="{{modlist}}" class="slx-pointer" onclick="showmod(this, 'bold')" onmouseover="showmod(this, 'fade')" onmouseout="showmod(this, 'reset')" width="100%">
diff --git a/modules-available/sysconfig/templates/list-modules.html b/modules-available/sysconfig/templates/list-modules.html
index e7a3b26c..c6622ee7 100644
--- a/modules-available/sysconfig/templates/list-modules.html
+++ b/modules-available/sysconfig/templates/list-modules.html
@@ -8,7 +8,7 @@
<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="width:100%">
+ <table id="modtable" class="slx-table table-hover" style="width:100%">
{{#modules}}
<tr>
<td class="badge text-nowrap">{{moduleType}}</td>