AC-1238 Sync status behaves differently

They are now the same. Click the cloud icon brings up the log viewer dialog on both pages.
This commit is contained in:
Chris Houseknecht 2014-06-12 17:19:11 -04:00
parent f27f7c6961
commit b5462f477b
2 changed files with 2 additions and 2 deletions

View File

@ -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
});
};

View File

@ -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 }}",