mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-13 04:08:35 -05:00
add support for select2 in scheduler form
This commit is contained in:
@@ -108,6 +108,8 @@ angular.module('AngularScheduler', ['underscore'])
|
||||
scope.schedulerEnd = scope.endOptions[0];
|
||||
}
|
||||
scope.sheduler_frequency_error = false;
|
||||
|
||||
scope.$emit("updateSchedulerSelects");
|
||||
};
|
||||
|
||||
scope.showCalendar = function(fld) {
|
||||
|
||||
Reference in New Issue
Block a user