This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git
The following commit(s) were added to refs/heads/master by this push:
new 35bb688 Don't wrap date field
35bb688 is described below
commit 35bb688b5b3ad69ef920ef4f4db16a0e7eff4454
Author: Sebb <[email protected]>
AuthorDate: Thu Feb 14 11:26:14 2019 +0000
Don't wrap date field
---
www/members/logs.cgi | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/www/members/logs.cgi b/www/members/logs.cgi
index ec7896d..f7a2ddb 100755
--- a/www/members/logs.cgi
+++ b/www/members/logs.cgi
@@ -27,7 +27,7 @@ def display_errors(current)
_tbody do
logs.each do | key, val |
_tr_ do
- _td do
+ _td :class => 'nowrap' do
_ key
end
_td do
@@ -116,6 +116,11 @@ def display_access()
end
_html do
+ _style %{
+ .nowrap {
+ white-space: nowrap;
+ }
+ }
_body? do
_whimsy_body(
title: PAGETITLE,
@@ -128,7 +133,7 @@ _html do
},
helpblock: -> {
_p 'This parses error.log and whimsy_error.log and displays a
condensed version, in time order (approximate).'
- _p 'Append "?week" to get results for the last week, and "?access" to
parse the access logs instead'
+ _p 'Append "?week" to the URL to get results for the last week, and
"?access" to parse the access logs instead'
_p do
_span.text_warning 'Reminder: '
_span.glyphicon.glyphicon_lock :aria_hidden