mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 03:30:02 -03:30
Added refresh button to jobs list page
This commit is contained in:
@@ -28,6 +28,10 @@ function JobsListCtrl ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
|
||||
LoadBreadCrumbs();
|
||||
|
||||
scope.refreshJob = function() {
|
||||
scope.search(list.iterator);
|
||||
}
|
||||
|
||||
scope.editJob = function(id) {
|
||||
$location.path($location.path() + '/' + id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user