commit | 5185b7c5ff3eca8bb39048516eeaf9a167f04908 | [log] [tgz] |
---|---|---|
author | Valentin Valchev <vvalchev@apache.org> | Wed Apr 14 13:59:53 2010 +0000 |
committer | Valentin Valchev <vvalchev@apache.org> | Wed Apr 14 13:59:53 2010 +0000 |
tree | e5748137554cea490cdea09b0e2bd38a269f75f6 | |
parent | 88dbf707f8efed87015d44e84b38f69419b4be35 [diff] [blame] |
Fixed FELIX-2245 /Log Plugin - level sorting should be by level/ https://issues.apache.org/jira/browse/FELIX-2245 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@933957 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/logs.html b/webconsole/src/main/resources/templates/logs.html index 17aba1a..f58995f 100644 --- a/webconsole/src/main/resources/templates/logs.html +++ b/webconsole/src/main/resources/templates/logs.html
@@ -32,7 +32,7 @@ </form> <div id="logs2"> -<table id="plugin_table" class="tablesorter nicetable"> +<table id="plugin_table" class="tablesorter nicetable noauto"> <thead> <tr> <th class="col_Received">${log.received}</th>