From ef7ed76178ac7d7907d303c5a18f940c98221b00 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 23 May 2018 16:31:08 -0400 Subject: [PATCH] fix auditor issues --- .../features/applications/list-applications.view.html | 10 +++------- awx/ui/client/src/scheduler/schedulerForm.block.less | 4 ++++ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/awx/ui/client/features/applications/list-applications.view.html b/awx/ui/client/features/applications/list-applications.view.html index c1ab24bd75..46a144d487 100644 --- a/awx/ui/client/features/applications/list-applications.view.html +++ b/awx/ui/client/features/applications/list-applications.view.html @@ -18,7 +18,7 @@ collection="collection" search-tags="searchTags"> -
+
- - - - +
diff --git a/awx/ui/client/src/scheduler/schedulerForm.block.less b/awx/ui/client/src/scheduler/schedulerForm.block.less index d40eb0e15e..ea1244e120 100644 --- a/awx/ui/client/src/scheduler/schedulerForm.block.less +++ b/awx/ui/client/src/scheduler/schedulerForm.block.less @@ -16,6 +16,10 @@ padding-top: 4px; } +input.DatePicker-input[disabled] { + background: @ebgrey; +} + @media (min-width: 901px) { .SchedulerForm-formGroup { flex: 0 0 auto;