From 8dec13a25dbfa6a5f41ab289b017ce24cdd15bff Mon Sep 17 00:00:00 2001 From: mabashian Date: Thu, 18 Mar 2021 16:58:07 -0400 Subject: [PATCH] Adds ouiaId's to session modal and buttons --- awx/ui_next/src/components/AppContainer/AppContainer.jsx | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/awx/ui_next/src/components/AppContainer/AppContainer.jsx b/awx/ui_next/src/components/AppContainer/AppContainer.jsx index 0abd198c07..102d61ac26 100644 --- a/awx/ui_next/src/components/AppContainer/AppContainer.jsx +++ b/awx/ui_next/src/components/AppContainer/AppContainer.jsx @@ -219,6 +219,7 @@ function AppContainer({ i18n, navRouteConfig = [], children }) { 0 && timeRemaining !== null} onClose={handleLogout} @@ -226,13 +227,19 @@ function AppContainer({ i18n, navRouteConfig = [], children }) { variant="warning" actions={[ , - , ]}