mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 02:30:01 -03:30
AC-983 long group names, AC-970 don't hightlight required fields in red, AC-966 fixed ansibleworks links to point to ansible, AC-733 new pagination widget, page and total rows.
This commit is contained in:
@@ -160,7 +160,7 @@ function ProjectsList ($scope, $rootScope, $location, $log, $routeParams, Rest,
|
||||
|
||||
LoadBreadCrumbs();
|
||||
|
||||
scope.showActivity = function() { Stream(); }
|
||||
scope.showActivity = function() { Stream({ scope: scope }); }
|
||||
|
||||
scope.addProject = function() {
|
||||
$location.path($location.path() + '/add');
|
||||
@@ -642,7 +642,7 @@ function ProjectsEdit ($scope, $rootScope, $compile, $location, $log, $routePara
|
||||
});
|
||||
};
|
||||
|
||||
scope.showActivity = function() { Stream(); }
|
||||
scope.showActivity = function() { Stream({ scope: scope }); }
|
||||
|
||||
// Related set: Add button
|
||||
scope.add = function(set) {
|
||||
|
||||
Reference in New Issue
Block a user