diff --git a/static/images/default_light/info-filled.svg b/static/images/default_light/info-filled.svg deleted file mode 120000 index dbbeefa..0000000 --- a/static/images/default_light/info-filled.svg +++ /dev/null @@ -1 +0,0 @@ -../info-filled.svg \ No newline at end of file diff --git a/static/images/default_light/info-filled.svg b/static/images/default_light/info-filled.svg new file mode 100644 index 0000000..219eedb --- /dev/null +++ b/static/images/default_light/info-filled.svg @@ -0,0 +1,69 @@ + + + + + + + + + + image/svg+xml + + + + + + information-slab-circle + information + + + diff --git a/static/images/default_light/info-outline.svg b/static/images/default_light/info-outline.svg deleted file mode 120000 index bdbc69f..0000000 --- a/static/images/default_light/info-outline.svg +++ /dev/null @@ -1 +0,0 @@ -../info-outline.svg \ No newline at end of file diff --git a/static/images/default_light/info-outline.svg b/static/images/default_light/info-outline.svg new file mode 100644 index 0000000..168ba2b --- /dev/null +++ b/static/images/default_light/info-outline.svg @@ -0,0 +1,71 @@ + + + + + + + + + + image/svg+xml + + + + + + information-slab-circle + information-slab-circle-outline + information-outline + + + diff --git a/static/images/default_light/values.svg b/static/images/default_light/values.svg deleted file mode 120000 index 6b56d01..0000000 --- a/static/images/default_light/values.svg +++ /dev/null @@ -1 +0,0 @@ -../values.svg \ No newline at end of file diff --git a/static/images/default_light/values.svg b/static/images/default_light/values.svg new file mode 100644 index 0000000..3609d81 --- /dev/null +++ b/static/images/default_light/values.svg @@ -0,0 +1,67 @@ + + + + + + + + + + image/svg+xml + + + + + + format-list-bulleted + + + diff --git a/views/pages/datapoints.gotmpl b/views/pages/datapoints.gotmpl index 0b19c0f..772cb8c 100644 --- a/views/pages/datapoints.gotmpl +++ b/views/pages/datapoints.gotmpl @@ -1,5 +1,6 @@ {{ define "page" }} {{ $version := .VERSION }} + {{ $theme := .CONFIG.THEME }} {{ block "page_label" . }}{{end}} @@ -32,11 +33,11 @@ {{ end }}
{{ if eq .Comment "" }} -
+
{{ else }} -
+
{{ end }} -
+
{{ $prevGroup = .Group }}