summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimon Rettberg2015-09-29 15:23:03 +0200
committerSimon Rettberg2015-09-29 15:23:03 +0200
commite50d1b7889d82fc116d7d0b301b034a1fb184b42 (patch)
tree704e8f7a16ce84bb01a91b171f9ba027364de69b /templates
parent[systemstatus] i18n of storage mount error strings (diff)
downloadslx-admin-e50d1b7889d82fc116d7d0b301b034a1fb184b42.tar.gz
slx-admin-e50d1b7889d82fc116d7d0b301b034a1fb184b42.tar.xz
slx-admin-e50d1b7889d82fc116d7d0b301b034a1fb184b42.zip
[sysconfig] Only highlight systemconfig to module mappings when mouse is over config name
Diffstat (limited to 'templates')
-rw-r--r--templates/sysconfig/_page.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/sysconfig/_page.html b/templates/sysconfig/_page.html
index 6d99e1e2..b179f7d4 100644
--- a/templates/sysconfig/_page.html
+++ b/templates/sysconfig/_page.html
@@ -11,8 +11,10 @@
<input type="hidden" name="action" value="config">
<table id="conftable" class="slx-table" style="max-width:100px !important">
{{#configs}}
- <tr data-modlist="{{modlist}}" onclick="showmod(this, 'bold')" onmouseover="showmod(this, 'fade')" onmouseout="showmod(this, 'reset')">
- <td class="slx-pointer slx-width-ignore slx-nowrap"><div class="slx-dyn-ellipsis">{{config}}</div></td>
+ <tr>
+ <td data-modlist="{{modlist}}" class="slx-pointer slx-width-ignore slx-nowrap"onclick="showmod(this, 'bold')" onmouseover="showmod(this, 'fade')" onmouseout="showmod(this, 'reset')">
+ <div class="slx-dyn-ellipsis">{{config}}</div>
+ </td>
<td>
{{^current}}
<button class="btn btn-primary btn-xs" name="activate" value="{{configid}}">