From b5462f477b6c97b05c95de45bfcdbeaf5471c6aa Mon Sep 17 00:00:00 2001 From: Chris Houseknecht Date: Thu, 12 Jun 2014 17:19:11 -0400 Subject: [PATCH] AC-1238 Sync status behaves differently They are now the same. Click the cloud icon brings up the log viewer dialog on both pages. --- awx/ui/static/js/controllers/Home.js | 2 +- awx/ui/static/js/lists/HomeGroups.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }}",