mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
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:
parent
f27f7c6961
commit
b5462f477b
@ -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
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
@ -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 }}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user