From b7008f87e113c3789963d7efc5f05357bb96a873 Mon Sep 17 00:00:00 2001 From: hunterlong Date: Fri, 18 Sep 2020 12:36:36 -0700 Subject: [PATCH] service view fix - https://github.com/statping/statping/issues/808 https://github.com/statping/statping/issues/811 https://github.com/statping/statping/issues/800 --- CHANGELOG.md | 3 ++ frontend/src/pages/Service.vue | 62 +++++++++++++++------------------- frontend/src/store.js | 4 +-- version.txt | 2 +- 4 files changed, 34 insertions(+), 37 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21c48215..e6d693af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 0.90.69 (09-18-2020) +- Fixed issue with service view not loading. #808 #811 #800 + # 0.90.68 (09-17-2020) - Added DB_DSN env for mysql, postgres or sqlite DSN database connection string - Added READ_ONLY env for a read only connection to the database diff --git a/frontend/src/pages/Service.vue b/frontend/src/pages/Service.vue index e728e670..947985e5 100644 --- a/frontend/src/pages/Service.vue +++ b/frontend/src/pages/Service.vue @@ -1,6 +1,5 @@