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;