mirror of
https://github.com/ansible/awx.git
synced 2026-03-13 23:17:32 -02: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:
@@ -367,7 +367,7 @@ function HomeGroups($log, $scope, $filter, $compile, $location, $routeParams, Lo
|
|||||||
scope.groups = scope.home_groups;
|
scope.groups = scope.home_groups;
|
||||||
ViewUpdateStatus({
|
ViewUpdateStatus({
|
||||||
scope: scope,
|
scope: scope,
|
||||||
id: id
|
group_id: id
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ angular.module('HomeGroupListDefinition', [])
|
|||||||
awToolTip: "{{ group.status_tooltip }}",
|
awToolTip: "{{ group.status_tooltip }}",
|
||||||
dataTipWatch: "group.launch_tooltip",
|
dataTipWatch: "group.launch_tooltip",
|
||||||
awTipPlacement: "top",
|
awTipPlacement: "top",
|
||||||
ngClick: "showGroupSummary($event, group.id)",
|
ngClick: "viewUpdateStatus(group.id)",
|
||||||
ngClass: "group.launch_class"
|
ngClass: "group.launch_class"
|
||||||
},{
|
},{
|
||||||
icon: "{{ 'icon-job-' + group.hosts_status_class }}",
|
icon: "{{ 'icon-job-' + group.hosts_status_class }}",
|
||||||
|
|||||||
Reference in New Issue
Block a user