From 047b11a4451875233cfd3b1f5b0a1e85c75708f4 Mon Sep 17 00:00:00 2001 From: Matilde Park Date: Tue, 27 Oct 2020 21:24:25 -0400 Subject: [PATCH] landscape: 'home' workspace in switcher Fixes #3805. --- .../views/landscape/components/GroupSwitcher.tsx | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx b/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx index 004ab97b39..ecfe50f387 100644 --- a/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx +++ b/pkg/interface/src/views/landscape/components/GroupSwitcher.tsx @@ -102,7 +102,8 @@ export function GroupSwitcher(props: { width="100%" alignItems="stretch" > - + {(props.baseUrl === '/~landscape/home') ? + All Groups + : + + + Home + }