mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
Fixes to the scheduler form
This commit is contained in:
@@ -207,7 +207,10 @@ function($filter, $state, $stateParams, Wait, $scope, moment,
|
|||||||
"yearlyOtherMonth",
|
"yearlyOtherMonth",
|
||||||
"schedulerEnd",
|
"schedulerEnd",
|
||||||
"schedulerOccurrenceCount",
|
"schedulerOccurrenceCount",
|
||||||
"schedulerEndDt"
|
"schedulerEndDt",
|
||||||
|
"schedulerEndHour",
|
||||||
|
"schedulerEndMinute",
|
||||||
|
"schedulerEndSecond"
|
||||||
], function() {
|
], function() {
|
||||||
$rootScope.$broadcast("loadSchedulerDetailPane");
|
$rootScope.$broadcast("loadSchedulerDetailPane");
|
||||||
}, true);
|
}, true);
|
||||||
|
|||||||
@@ -572,9 +572,9 @@
|
|||||||
</form>
|
</form>
|
||||||
<div class="SchedulerFormDetail-container
|
<div class="SchedulerFormDetail-container
|
||||||
SchedulerFormDetail-container--error"
|
SchedulerFormDetail-container--error"
|
||||||
ng-show="!schedulerIsValid && scheduler_form.$dirty">
|
ng-show="(preview_list.isEmpty && scheduler_form.$dirty) || (!schedulerIsValid && scheduler_form.$dirty)">
|
||||||
<p class="SchedulerFormDetail-errorText">
|
<p class="SchedulerFormDetail-errorText">
|
||||||
The scheduler options are invalid or incomplete.
|
The scheduler options are invalid, incomplete, or a date is in the past.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="SchedulerFormDetail-container"
|
<div class="SchedulerFormDetail-container"
|
||||||
@@ -607,7 +607,7 @@
|
|||||||
ng-model="dateChoice"
|
ng-model="dateChoice"
|
||||||
id="date-choice-local"
|
id="date-choice-local"
|
||||||
value="local" >
|
value="local" >
|
||||||
Local time
|
Local Time Zone
|
||||||
</label>
|
</label>
|
||||||
<label class="radio-inline
|
<label class="radio-inline
|
||||||
SchedulerFormDetail-radioLabel">
|
SchedulerFormDetail-radioLabel">
|
||||||
|
|||||||
Reference in New Issue
Block a user