File tree Expand file tree Collapse file tree 6 files changed +710
-1085
lines changed Expand file tree Collapse file tree 6 files changed +710
-1085
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,13 @@ <h1 class="text-xl font-bold md:inline-block md:mr-2 text-avocado-800 dark:text-
6
6
< span class ="text-gray-500 dark:text-gray-300 text-sm "> {{ $.Sprintf "%.2f" .Result.Uptime }}% over the last {{ $.PrettyDuration .Result.Service.Query.Range }}</ span >
7
7
</ div >
8
8
9
- < div class ="h-64 md:h-96 w-full border dark:border-none dark:bg-zinc-800 rounded-md shadow-md mb-6 "> {{ .Graph }}</ div >
9
+ < div class ="h-64 md:h-96 w-full border border-gray-200 dark:border-none dark:bg-zinc-800 rounded-md shadow-md mb-6 ">
10
+ {{ .Graph }}
11
+ </ div >
10
12
11
13
{{- if .Extras }}
12
14
{{- range $name, $graph := .Extras }}
13
- < div class ="w-full border dark:border-none dark:bg-zinc-800 rounded-md shadow-md pt-4 mb-6 ">
15
+ < div class ="w-full border border-gray-200 dark:border-none dark:bg-zinc-800 rounded-md shadow-md pt-4 mb-6 ">
14
16
< h2 class ="text-center text-avocado-800 dark:text-avocado-100 "> {{ $name }}</ h2 >
15
17
< div class ="h-64 md:h-96 w-full "> {{ $graph }}</ div >
16
18
</ div >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ <h2 class="text-xl mb-2 pl-1 text-avocado-800 dark:text-avocado-100">{{ .Name }}
17
17
< div class ="flex flex-col items-center justify-center rounded-md shadow-md dark:shadow-none dark:bg-zinc-800 ">
18
18
{{- range .Results }}
19
19
< a href ="/{{ .Service.Name }} " class ="block w-full ">
20
- < div class ="flex justify-between items-center w-full py-6 px-6 md:px-8 lg:px-12 border-b dark:border-none ">
20
+ < div class ="flex justify-between items-center w-full py-6 px-6 md:px-8 lg:px-12 border-b border-gray-200 dark:border-none ">
21
21
< div >
22
22
< h3 class ="text-lg font-bold md:inline-block md:mr-2 text-avocado-800 dark:text-avocado-100 " > {{ .Service.Name }}</ h3 >
23
23
< span class ="text-gray-500 dark:text-gray-300 text-sm "> {{ $.Sprintf "%.2f" .Uptime }}% over the last {{ $.PrettyDuration .Service.Query.Range }}</ span >
You can’t perform that action at this time.
0 commit comments