diff options
author | Simon Rettberg | 2016-12-02 16:15:27 +0100 |
---|---|---|
committer | Simon Rettberg | 2016-12-02 16:15:27 +0100 |
commit | c2bf91e4e566b762e613900e8dbac656d567486e (patch) | |
tree | da4e205468e2fdf8a1a6dfa0eb918ae5f3904119 /modules-available/sysconfig/templates | |
parent | [statistics] Use new decollapser on front page (diff) | |
download | slx-admin-c2bf91e4e566b762e613900e8dbac656d567486e.tar.gz slx-admin-c2bf91e4e566b762e613900e8dbac656d567486e.tar.xz slx-admin-c2bf91e4e566b762e613900e8dbac656d567486e.zip |
[sysconfig] Add table-hover class to config and module list
Diffstat (limited to 'modules-available/sysconfig/templates')
-rw-r--r-- | modules-available/sysconfig/templates/list-configs.html | 2 | ||||
-rw-r--r-- | modules-available/sysconfig/templates/list-modules.html | 2 |
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> |