From 2e05e50fcb3d73912f3e1d6e3b66038c500c4682 Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Wed, 9 Oct 2019 16:33:55 -0700 Subject: [PATCH] changes on hide-windows to ui/src/app/applications/components/application-status-panel/application-status-panel.tsx, (#2459) --- .../application-status-panel.tsx | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/ui/src/app/applications/components/application-status-panel/application-status-panel.tsx b/ui/src/app/applications/components/application-status-panel/application-status-panel.tsx index 31381a84a6..326a29df66 100644 --- a/ui/src/app/applications/components/application-status-panel/application-status-panel.tsx +++ b/ui/src/app/applications/components/application-status-panel/application-status-panel.tsx @@ -117,11 +117,15 @@ export const ApplicationStatusPanel = ({application, showOperation, showConditio
- - {tooltip('The aggregate state of sync windows for this app. ' + - 'Red: no syncs allowed. ' + - 'Yellow: manual syncs allowed. ' + - 'Green: all syncs allowed')} + {data.assignedWindows && ( + + + {tooltip('The aggregate state of sync windows for this app. ' + + 'Red: no syncs allowed. ' + + 'Yellow: manual syncs allowed. ' + + 'Green: all syncs allowed')} + + )}