1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-02 18:21:12 +03:00

cleaning up hint error

This commit is contained in:
Jared Tabor 2016-04-28 08:50:18 -07:00
parent 90c6e1ca36
commit c2c3c7ebf4

View File

@ -247,7 +247,7 @@ export default
}
else if (base === 'system_job_templates') {
url = GetBasePath(base) + $stateParams.id + '/schedules/';
if($stateParams.id == 4){
if($stateParams.id === 4){
scope.isFactCleanup = true;
scope.keep_unit_choices = [{
"label" : "Days",