diff --git a/awx/ui/static/js/controllers/Home.js b/awx/ui/static/js/controllers/Home.js index e59aa63de6..2678920431 100644 --- a/awx/ui/static/js/controllers/Home.js +++ b/awx/ui/static/js/controllers/Home.js @@ -367,7 +367,7 @@ function HomeGroups($log, $scope, $filter, $compile, $location, $routeParams, Lo scope.groups = scope.home_groups; ViewUpdateStatus({ scope: scope, - id: id + group_id: id }); }; diff --git a/awx/ui/static/js/lists/HomeGroups.js b/awx/ui/static/js/lists/HomeGroups.js index de6e4b2c8e..df59a5e376 100644 --- a/awx/ui/static/js/lists/HomeGroups.js +++ b/awx/ui/static/js/lists/HomeGroups.js @@ -33,7 +33,7 @@ angular.module('HomeGroupListDefinition', []) awToolTip: "{{ group.status_tooltip }}", dataTipWatch: "group.launch_tooltip", awTipPlacement: "top", - ngClick: "showGroupSummary($event, group.id)", + ngClick: "viewUpdateStatus(group.id)", ngClass: "group.launch_class" },{ icon: "{{ 'icon-job-' + group.hosts_status_class }}",