mirror of
https://github.com/ansible/awx.git
synced 2026-01-16 20:30:46 -03:30
On Job Template add page, move slider handle back to default value if Reset button clicked.
This commit is contained in:
parent
93e9c7a24d
commit
47595e67f0
@ -266,6 +266,7 @@ function JobTemplatesAdd ($scope, $rootScope, $compile, $location, $log, $routeP
|
||||
scope.formReset = function() {
|
||||
// Defaults
|
||||
generator.reset();
|
||||
$('#forks-slider').slider("option", "value", scope.forks);
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user