diff options
author | Simon Rettberg | 2017-12-02 15:02:10 +0100 |
---|---|---|
committer | Simon Rettberg | 2017-12-02 15:02:10 +0100 |
commit | c8f56d65bb20e865a74299244879b2f57175616a (patch) | |
tree | 11d2243f15e2cd472a7afaff03a4367600829a3e /modules-available/sysconfig/templates/list-configs.html | |
parent | [syslog, statistics] Pretty print time, shorten CPU model in list (diff) | |
download | slx-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-configs.html')
-rw-r--r-- | modules-available/sysconfig/templates/list-configs.html | 4 |
1 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 eb67d7a3..205317b8 100644 --- a/modules-available/sysconfig/templates/list-configs.html +++ b/modules-available/sysconfig/templates/list-configs.html @@ -21,7 +21,7 @@ <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%"> + <td data-id="{{configid}}" data-modlist="{{modlist}}" class="confrow slx-pointer" width="100%"> <table class="slx-ellipsis"><tr><td>{{config}}</td></tr></table> </td> <td> @@ -120,4 +120,4 @@ </div> </div> -</div>
\ No newline at end of file +</div> |