From 25aa9bc43e2bc4ad875ebfca1beeb0409073daa8 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Fri, 6 Sep 2019 12:52:44 -0400 Subject: [PATCH] Change empty state text --- awx/ui_next/src/screens/Job/JobOutput/HostEventModal.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/awx/ui_next/src/screens/Job/JobOutput/HostEventModal.jsx b/awx/ui_next/src/screens/Job/JobOutput/HostEventModal.jsx index 52297e50de..95c92863c7 100644 --- a/awx/ui_next/src/screens/Job/JobOutput/HostEventModal.jsx +++ b/awx/ui_next/src/screens/Job/JobOutput/HostEventModal.jsx @@ -179,7 +179,7 @@ function HostEventModal({ handleClose, hostEvent, isOpen, i18n }) { hasErrors={false} /> ) : ( - + )} @@ -193,7 +193,7 @@ function HostEventModal({ handleClose, hostEvent, isOpen, i18n }) { hasErrors={false} /> ) : ( - + )} @@ -207,7 +207,7 @@ function HostEventModal({ handleClose, hostEvent, isOpen, i18n }) { rows={20} /> ) : ( - + )}