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