From a0948b410e8a8c52cd0ba15a0bb87c7ed27bee00 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 4 Apr 2018 16:43:32 -0400 Subject: [PATCH] embed license panel within settings pane --- awx/ui/client/legacy/styles/forms.less | 4 ++++ .../client/src/configuration/configuration.partial.html | 9 ++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/awx/ui/client/legacy/styles/forms.less b/awx/ui/client/legacy/styles/forms.less index 9cc5779d36..e3cfe1e765 100644 --- a/awx/ui/client/legacy/styles/forms.less +++ b/awx/ui/client/legacy/styles/forms.less @@ -102,6 +102,10 @@ flex-wrap:wrap; } +.Form-tabHolder--licenseSelected { + margin-bottom: -20px; +} + .Form-tabs { flex: 1 0 auto; display: flex; diff --git a/awx/ui/client/src/configuration/configuration.partial.html b/awx/ui/client/src/configuration/configuration.partial.html index a567e6bde2..c7f65fd05e 100644 --- a/awx/ui/client/src/configuration/configuration.partial.html +++ b/awx/ui/client/src/configuration/configuration.partial.html @@ -5,13 +5,13 @@
-
+
-
CONFIGURE {{BRAND_NAME}}
+
CONFIGURE {{BRAND_NAME}}
-
+
Authentication
Jobs
System
@@ -24,8 +24,7 @@
+
- -