mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 05:01:19 -03:30
adds comment for setUntil function
This commit is contained in:
parent
04b8349895
commit
0c45d917d1
@ -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) {
|
||||
let { until } = scheduleResolve;
|
||||
if(until !== ''){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user