From 255fd0a9cb5cc2d2487907993aa4539d48cba838 Mon Sep 17 00:00:00 2001 From: Marliana Lara Date: Tue, 25 Feb 2020 10:12:58 -0500 Subject: [PATCH] Align modal buttons to the left --- awx/ui_next/src/components/Lookup/Lookup.jsx | 1 + awx/ui_next/src/screens/Job/JobOutput/HostEventModal.jsx | 1 + .../Modals/LinkModals/LinkModal.jsx | 1 + .../Modals/NodeModals/NodeViewModal.jsx | 1 + .../WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx | 1 + 5 files changed, 5 insertions(+) diff --git a/awx/ui_next/src/components/Lookup/Lookup.jsx b/awx/ui_next/src/components/Lookup/Lookup.jsx index 7642b978d6..c2694dcd07 100644 --- a/awx/ui_next/src/components/Lookup/Lookup.jsx +++ b/awx/ui_next/src/components/Lookup/Lookup.jsx @@ -140,6 +140,7 @@ function Lookup(props) { dispatch({ type: 'CANCEL_LINK_MODAL' })} actions={[ diff --git a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx index 27000d1185..51d4401c99 100644 --- a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx +++ b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/NodeModals/NodeViewModal.jsx @@ -10,6 +10,7 @@ function NodeViewModal({ i18n }) { dispatch({ type: 'SET_NODE_TO_VIEW', value: null })} > diff --git a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx index e594c7a570..155a747151 100644 --- a/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx +++ b/awx/ui_next/src/screens/Template/WorkflowJobTemplateVisualizer/Modals/UnsavedChangesModal.jsx @@ -11,6 +11,7 @@ function UnsavedChangesModal({ i18n, onSaveAndExit, onExit }) { dispatch({ type: 'TOGGLE_UNSAVED_CHANGES_MODAL' })} actions={[