mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -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) {
|
||||
let { until } = scheduleResolve;
|
||||
if(until !== ''){
|
||||
|
||||
Reference in New Issue
Block a user