From aa048049eaefb0b77b64460aa292c141336656e4 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Tue, 29 Sep 2020 14:21:31 -0400 Subject: [PATCH] Add logout button, remove close button --- awx/ui_next/src/components/AppContainer/AppContainer.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/AppContainer/AppContainer.jsx b/awx/ui_next/src/components/AppContainer/AppContainer.jsx index 97513c6667..ac79a5e836 100644 --- a/awx/ui_next/src/components/AppContainer/AppContainer.jsx +++ b/awx/ui_next/src/components/AppContainer/AppContainer.jsx @@ -222,6 +222,7 @@ function AppContainer({ i18n, navRouteConfig = [], children }) { title={i18n._(t`Your session is about to expire`)} isOpen={timeoutWarning && sessionTimeout > 0 && timeRemaining > 0} onClose={handleLogout} + showClose={false} variant="warning" actions={[ , + , ]} >