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/statistics_reporting/templates/table-client.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/statistics_reporting/templates/table-client.html')
-rw-r--r-- | modules-available/statistics_reporting/templates/table-client.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/statistics_reporting/templates/table-client.html b/modules-available/statistics_reporting/templates/table-client.html index be504cef..59153e01 100644 --- a/modules-available/statistics_reporting/templates/table-client.html +++ b/modules-available/statistics_reporting/templates/table-client.html @@ -1,4 +1,4 @@ -<table id="table-perclient" class="table table-condensed table-striped"> +<table id="table-perclient" class="table table-condensed table-striped stupidtable"> <thead> <tr> <th data-sort="string" class="text-left col-md-4">{{lang_hostname}}</th> |