diff options
author | Udo Walter | 2017-05-15 16:50:28 +0200 |
---|---|---|
committer | Udo Walter | 2017-05-15 16:50:28 +0200 |
commit | a29c52a1ceff7e7fe0d93693ed7068fd14703eb4 (patch) | |
tree | 747aac10fcfbe5089c4cc16553481414c5f74cd5 /modules-available/rebootcontrol/templates/_page.html | |
parent | [statistics_reporting] implemented usecase of permissionmanager in statistics... (diff) | |
download | slx-admin-a29c52a1ceff7e7fe0d93693ed7068fd14703eb4.tar.gz slx-admin-a29c52a1ceff7e7fe0d93693ed7068fd14703eb4.tar.xz slx-admin-a29c52a1ceff7e7fe0d93693ed7068fd14703eb4.zip |
[js_stupidtable] changed one-line code to formatted code;
modified to show sorting arrows on columns and different mouse cursor on hover
Diffstat (limited to 'modules-available/rebootcontrol/templates/_page.html')
-rw-r--r-- | modules-available/rebootcontrol/templates/_page.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules-available/rebootcontrol/templates/_page.html b/modules-available/rebootcontrol/templates/_page.html index 690316df..0fc3c166 100644 --- a/modules-available/rebootcontrol/templates/_page.html +++ b/modules-available/rebootcontrol/templates/_page.html @@ -18,11 +18,11 @@ </div> <div class="row"> <div class="col-md-12"> - <table class="table table-condensed table-hover" id="dataTable"> + <table class="table table-condensed table-hover stupidtable" id="dataTable"> <thead> <tr> <th data-sort="string">{{lang_client}}</th> - <th data-sort="ipsort">{{lang_ip}}</th> + <th data-sort="ipv4">{{lang_ip}}</th> <th data-sort="string">{{lang_status}}</th> <th data-sort="string">{{lang_session}}</th> <th data-sort="string">{{lang_user}}</th> |