From b56786812951609ae4373b13561f0d5f42f58bd8 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Mon, 10 Jun 2019 15:45:59 +0200 Subject: [PATCH] Fix #835: Hide pod statistics on about page if those are disabled --- changes/changelog.d/835.bugfix | 1 + front/src/components/instance/Stats.vue | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/changelog.d/835.bugfix diff --git a/changes/changelog.d/835.bugfix b/changes/changelog.d/835.bugfix new file mode 100644 index 000000000..1a9921ee7 --- /dev/null +++ b/changes/changelog.d/835.bugfix @@ -0,0 +1 @@ +Hide pod statistics on about page if those are disabled (#835) diff --git a/front/src/components/instance/Stats.vue b/front/src/components/instance/Stats.vue index 9b08d2f37..c245cf995 100644 --- a/front/src/components/instance/Stats.vue +++ b/front/src/components/instance/Stats.vue @@ -1,6 +1,6 @@