diff --git a/templates/index.html b/templates/index.html index 3d0a06b..d72efd9 100644 --- a/templates/index.html +++ b/templates/index.html @@ -87,9 +87,9 @@ color: #7f8c8d; min-width: 120px; font-family: monospace; + white-space: nowrap; } .timestamp[title] { - cursor: help; text-decoration: none; border-bottom: 1px dotted #7f8c8d; } @@ -291,7 +291,7 @@ {{range .RecentLogs}} - {{.Timestamp.Format "2006-01-02 15:04:05 MST"}} + {{.Timestamp.Format "2006-01-02 15:04:05 MST"}} {{.Event}} {{range $key, $value := .Details}}