mirror of
https://github.com/ansible/awx.git
synced 2026-04-04 17:55:06 -02:30
Changed activitystream in the url to activity_stream to match up with the api
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'activityStream',
|
name: 'activityStream',
|
||||||
route: '/activitystream?target&id',
|
route: '/activity_stream?target&id',
|
||||||
templateUrl: templateUrl('activity-stream/activitystream'),
|
templateUrl: templateUrl('activity-stream/activitystream'),
|
||||||
controller: 'activityStreamController',
|
controller: 'activityStreamController',
|
||||||
ncyBreadcrumb: {
|
ncyBreadcrumb: {
|
||||||
|
|||||||
Reference in New Issue
Block a user