mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
Changing the description in scheduler for minutely and hourly frequency
This commit is contained in:
@@ -297,7 +297,10 @@ angular.module('AngularScheduler', ['underscore'])
|
|||||||
}
|
}
|
||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
scope.rrule_nlp_description = rrule.toText().replace(/^RRule error.*$/,'Natural language description not available');
|
scope.rrule_nlp_description = rrule.toText().replace(/^RRule error.*$/,'Minutely or hourly frequency selected');
|
||||||
|
if(rrule === "none"){
|
||||||
|
scope.rrule_nlp_description = 'Natural language description not available';
|
||||||
|
}
|
||||||
scope.rrule = rrule.toString();
|
scope.rrule = rrule.toString();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user