mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
renaming SchedulesList module to SchedulesList
it was accidentally named the StreamList in another PR
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
export default
|
||||
angular.module('SchedulesListDefinition', [])
|
||||
.factory('StreamList', ['i18n', function(i18n) {
|
||||
.factory('SchedulesList', ['i18n', function(i18n) {
|
||||
return {
|
||||
|
||||
name: 'schedules',
|
||||
|
||||
Reference in New Issue
Block a user