From 220ed80cc6bb1fd7fe458310bf83b39b835a7cd3 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Tue, 2 Jul 2019 22:44:27 +0200 Subject: [PATCH] Add copyright and readonly config variables to frontend template #56 --- assets/resources/templates/index.tmpl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/assets/resources/templates/index.tmpl b/assets/resources/templates/index.tmpl index 254b54477..e0cb0aec5 100644 --- a/assets/resources/templates/index.tmpl +++ b/assets/resources/templates/index.tmpl @@ -35,7 +35,9 @@ window.appConfig = { name: "{{ .name }}", version: "{{ .version }}", + copyright: "{{ .copyright }}", debug: {{ .debug }}, + readonly: {{ .readonly }}, cameras: {{ .cameras }}, countries: {{ .countries }}, thumbnails: {{ .thumbnails }}