From bcedc75c8e05488e7647b62f7f28ff42b740be0d Mon Sep 17 00:00:00 2001 From: Hunter Long Date: Thu, 3 Jan 2019 09:36:30 -0800 Subject: [PATCH] grouping --- handlers/handlers_test.go | 4 ++-- source/tmpl/services.gohtml | 11 ++++------- source/wiki.go | 2 +- version.txt | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) diff --git a/handlers/handlers_test.go b/handlers/handlers_test.go index c8679aba..94ea49a9 100644 --- a/handlers/handlers_test.go +++ b/handlers/handlers_test.go @@ -31,8 +31,8 @@ import ( func TestResetHandlerDatabase(t *testing.T) { Clean() - loadDatabase() - createDatabase() + //loadDatabase() + //createDatabase() } func TestFailedHTTPServer(t *testing.T) { diff --git a/source/tmpl/services.gohtml b/source/tmpl/services.gohtml index 2051d552..958c342b 100644 --- a/source/tmpl/services.gohtml +++ b/source/tmpl/services.gohtml @@ -36,8 +36,7 @@ {{end}} -
- {{if ne (len .Groups) 0}} +

Groups

@@ -46,21 +45,19 @@ - + {{range .Groups}} - + {{end}}
{{.Name}}{{.Name}}
- View - {{if Auth}}{{end}} + {{if Auth}}{{end}}
- {{end}} {{if Auth}}

Create Group

{{template "form_group" NewGroup}} diff --git a/source/wiki.go b/source/wiki.go index 0e5c5ba3..a3200182 100644 --- a/source/wiki.go +++ b/source/wiki.go @@ -1,6 +1,6 @@ // Code generated by go generate; DO NOT EDIT. // This file was generated by robots at -// 2018-12-31 13:16:43.415892 -0800 PST m=+1.140052566 +// 2019-01-03 07:34:25.019934 -0800 PST m=+0.528929648 // // This contains the most recently Markdown source for the Statping Wiki. package source diff --git a/version.txt b/version.txt index 8342a762..a58f9cfd 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.80.32 \ No newline at end of file +0.80.33 \ No newline at end of file