From 533664393d7b37a22f7d1e79d7c40c7ba71795b1 Mon Sep 17 00:00:00 2001 From: Kim Huebel Date: Sat, 6 Feb 2021 13:35:38 +0000 Subject: [PATCH] Adding favicon to Dashboard --- html/index.html | 4 ++++ html/js/version.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/html/index.html b/html/index.html index 9791532..f2f9fe9 100644 --- a/html/index.html +++ b/html/index.html @@ -1,6 +1,10 @@ + + + + diff --git a/html/js/version.js b/html/js/version.js index 45a2cf8..b5da702 100644 --- a/html/js/version.js +++ b/html/js/version.js @@ -1 +1 @@ -var dashboard_version = "2021-02-06 13:28:10"; +var dashboard_version = "2021-02-06 13:35:38";