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}}
- {{.Name}} |
+ {{.Name}} |
- View
- {{if Auth}} {{end}}
+ {{if Auth}} {{end}}
|
{{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