mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
adds comment for setUntil function
This commit is contained in:
@@ -130,6 +130,9 @@ function($filter, $state, $stateParams, Wait, $scope, moment,
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// sets the UNTIL portion of the schedule form after the angular-scheduler
|
||||||
|
// sets it, but this function reads the 'until' key/value pair directly
|
||||||
|
// from the schedule GET response.
|
||||||
function setUntil (scheduler) {
|
function setUntil (scheduler) {
|
||||||
let { until } = scheduleResolve;
|
let { until } = scheduleResolve;
|
||||||
if(until !== ''){
|
if(until !== ''){
|
||||||
|
|||||||
Reference in New Issue
Block a user