diff --git a/source/tmpl/form_group.gohtml b/source/tmpl/form_group.gohtml index c011bb11..af055e4e 100644 --- a/source/tmpl/form_group.gohtml +++ b/source/tmpl/form_group.gohtml @@ -19,6 +19,7 @@ + diff --git a/source/tmpl/form_message.gohtml b/source/tmpl/form_message.gohtml index 0739b94a..ae819b25 100644 --- a/source/tmpl/form_message.gohtml +++ b/source/tmpl/form_message.gohtml @@ -55,8 +55,9 @@
- + +
diff --git a/source/tmpl/form_service.gohtml b/source/tmpl/form_service.gohtml index 8b146463..9e660195 100644 --- a/source/tmpl/form_service.gohtml +++ b/source/tmpl/form_service.gohtml @@ -97,8 +97,19 @@
- - + + + + +
+ +
+ +
+ + + +
@@ -114,15 +125,6 @@ Attach this service to a group -
- -
- - - - -
-
diff --git a/source/tmpl/form_user.gohtml b/source/tmpl/form_user.gohtml index e441dd7e..5d346019 100644 --- a/source/tmpl/form_user.gohtml +++ b/source/tmpl/form_user.gohtml @@ -15,6 +15,7 @@ +
diff --git a/source/tmpl/service.gohtml b/source/tmpl/service.gohtml index 0bf83d61..b63f947f 100644 --- a/source/tmpl/service.gohtml +++ b/source/tmpl/service.gohtml @@ -2,6 +2,8 @@ {{define "description"}}{{$s := .Service}}{{if $s.Online }}{{.Service.Name}} is currently online and responding within {{$s.AvgTime}} milliseconds with {{$s.TotalUptime}}% total uptime on {{$s.Domain}}.{{else}}{{.Service.Name}} is currently offline on {{$s.Domain}}. Notify the admin to let them know their service is offline.{{end}}{{end}} {{ define "content" }} {{$s := .Service}} +{{$failures := $s.LimitedFailures 16}} +{{$checkinFailures := $s.LimitedCheckinFailures 16}} {{$isAdmin := Auth}}
@@ -25,7 +27,6 @@ {{end}}
-
{{$s.Online24}}% Online last 24 Hours @@ -76,7 +77,6 @@ {{end}} {{if IsUser}} - {{$failures := $s.LimitedFailures 16}}
diff --git a/source/tmpl/settings.gohtml b/source/tmpl/settings.gohtml index 97d9f9eb..3f4bb930 100644 --- a/source/tmpl/settings.gohtml +++ b/source/tmpl/settings.gohtml @@ -45,9 +45,10 @@ - + +
diff --git a/source/wiki.go b/source/wiki.go index 063c5d54..6c1ecb98 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 -// 2019-01-03 15:06:10.49374 -0800 PST m=+1.168477687 +// 2019-01-03 22:14:02.567846 -0800 PST m=+0.846504189 // // This contains the most recently Markdown source for the Statping Wiki. package source diff --git a/version.txt b/version.txt index 2467aa0e..b80e8405 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.80.34 \ No newline at end of file +0.80.35 \ No newline at end of file