console tweaks

This commit is contained in:
zzz
2009-11-10 14:45:53 +00:00
parent ee51f69a5a
commit 42cbd6c12b
2 changed files with 19 additions and 19 deletions

View File

@ -36,7 +36,7 @@ public class ConfigLoggingHelper extends HelperBase {
sortedLogs.add(prefix);
}
buf.append("<textarea name=\"levels\" rows=\"4\" cols=\"60\">");
buf.append("<textarea name=\"levels\" rows=\"4\" cols=\"60\" wrap=\"off\">");
for (Iterator iter = sortedLogs.iterator(); iter.hasNext(); ) {
String prefix = (String)iter.next();
String level = limits.getProperty(prefix);