mirror of
https://github.com/ansible/awx.git
synced 2026-03-10 22:19:28 -02:30
cleaning up hint error
This commit is contained in:
@@ -247,7 +247,7 @@ export default
|
|||||||
}
|
}
|
||||||
else if (base === 'system_job_templates') {
|
else if (base === 'system_job_templates') {
|
||||||
url = GetBasePath(base) + $stateParams.id + '/schedules/';
|
url = GetBasePath(base) + $stateParams.id + '/schedules/';
|
||||||
if($stateParams.id == 4){
|
if($stateParams.id === 4){
|
||||||
scope.isFactCleanup = true;
|
scope.isFactCleanup = true;
|
||||||
scope.keep_unit_choices = [{
|
scope.keep_unit_choices = [{
|
||||||
"label" : "Days",
|
"label" : "Days",
|
||||||
|
|||||||
Reference in New Issue
Block a user