1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Changed activitystream in the url to activity_stream to match up with the api

This commit is contained in:
Michael Abashian 2016-02-02 16:01:52 -05:00
parent 41589ed558
commit f70cf7d2f6

View File

@ -8,7 +8,7 @@
export default {
name: 'activityStream',
route: '/activitystream?target&id',
route: '/activity_stream?target&id',
templateUrl: templateUrl('activity-stream/activitystream'),
controller: 'activityStreamController',
ncyBreadcrumb: {