mirror of
https://github.com/ansible/awx.git
synced 2026-03-03 01:38:50 -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:
@@ -48,7 +48,7 @@ function JobTemplatesList ($scope, $rootScope, $location, $log, $routeParams, Re
|
||||
|
||||
LoadBreadCrumbs();
|
||||
|
||||
scope.showActivity = function() { Stream(); }
|
||||
scope.showActivity = function() { Stream({ scope: scope }); }
|
||||
|
||||
scope.addJobTemplate = function() {
|
||||
$location.path($location.path() + '/add');
|
||||
@@ -646,7 +646,7 @@ function JobTemplatesEdit ($scope, $rootScope, $compile, $location, $log, $route
|
||||
}
|
||||
};
|
||||
|
||||
scope.showActivity = function() { Stream(); }
|
||||
scope.showActivity = function() { Stream({ scope: scope }); }
|
||||
|
||||
// Cancel
|
||||
scope.formReset = function() {
|
||||
|
||||
Reference in New Issue
Block a user