From b7ffa05ce7778e44daac48dc748e6b0ab8ba22e9 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Fri, 11 Oct 2024 13:07:02 +0600 Subject: [PATCH 1/2] chore: hide storage layout For minimal app setup we are hiding the storage widget. issue: https://gitlab.e.foundation/e/infra/backlog/-/issues/3585 epic: https://gitlab.e.foundation/groups/e/infra/-/epics/192 --- src/App.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/App.vue b/src/App.vue index 52e7436..896b4c2 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,29 +1,29 @@ -- GitLab From 3428787286b99cec17e9774c24c9a8a668499b53 Mon Sep 17 00:00:00 2001 From: Fahim Salam Chowdhury Date: Fri, 11 Oct 2024 14:03:07 +0600 Subject: [PATCH 2/2] chore: update version to 5.0.2 changelog: - remove storage widget for minimal murena.io launch (https://gitlab.e.foundation/e/infra/backlog/-/issues/3585) --- appinfo/info.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appinfo/info.xml b/appinfo/info.xml index 374b1f5..5331f40 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,7 +5,7 @@ Murena Dashboard Murena Dashboard - 5.0.1 + 5.0.2 agpl Murena MurenaDashboard -- GitLab