commit | 440dbbf8d1bbd375830c1c2bfc12987c76a86c11 | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Apr 14 13:59:53 2010 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Apr 14 13:59:53 2010 +0000 |
tree | e5748137554cea490cdea09b0e2bd38a269f75f6 | |
parent | 15fb1faa70a00b5cb497cd705caf6a20518c3bf4 [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>