From 17c725002f6de68e9c2502e2e0be30ddba2c3e8c Mon Sep 17 00:00:00 2001 From: codeskyblue Date: Wed, 31 Aug 2016 19:18:17 +0800 Subject: [PATCH] support get current user name and version in bottom --- README.md | 8 ++++++++ res/css/style.css | 4 ++++ res/index.html | 7 ++++++- web.go | 15 +++++++++++++++ 4 files changed, 33 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49830d5..7f66296 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,15 @@ Features * [x] Realtime log view * [x] Web control page + + * [x] Add program support + * [ ] Edit support + * [ ] Delete support + * [ ] Path auto complete + +* [x] HTTP Basic auth * [ ] Github webhook +* [ ] Single log page, include search support * [ ] 中文文档 ## Requirements diff --git a/res/css/style.css b/res/css/style.css index e35ddd9..1d88dfb 100644 --- a/res/css/style.css +++ b/res/css/style.css @@ -29,3 +29,7 @@ body { padding-right: 0.5em; color: white; } + +small.user { + color: #cccccc; +} diff --git a/res/index.html b/res/index.html index 42fe0da..24c5f43 100644 --- a/res/index.html +++ b/res/index.html @@ -22,7 +22,7 @@ - Go Supervisor + Go Supervisor [[.User]] +
+ +