commit | c615ebb81155a0c32d84e35b8a04e306f5bb7f60 | [log] [tgz] |
---|---|---|
author | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Jan 25 13:04:07 2012 +0000 |
committer | Valentin Pavlov Valchev <vvalchev@apache.org> | Wed Jan 25 13:04:07 2012 +0000 |
tree | 9ef5609ff969417b81cd541b3f0e6f6e6895b44c | |
parent | b51a42a2dae54cd0ebc939e3e27080605561944f [diff] [blame] |
Fixed FELIX-3315 Log plugin does not show the bundle that has logged the event https://issues.apache.org/jira/browse/FELIX-3315 Fixed FELIX-3316 Log plugin should provide more detailed exception column https://issues.apache.org/jira/browse/FELIX-3316 git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1235728 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/logs.css b/webconsole/src/main/resources/res/ui/logs.css index 16f46df..21f6d95 100644 --- a/webconsole/src/main/resources/res/ui/logs.css +++ b/webconsole/src/main/resources/res/ui/logs.css
@@ -22,3 +22,8 @@ th.col_Level { width: 6em } th.col_Received, th.col_Exception { min-width: 10em } +td.ex { + font-size: smaller; + font-family: monospace; + white-space: pre +}