mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Fix replace/revert functionality on secret input fields
This commit is contained in:
@@ -23,7 +23,7 @@ function EditCredentialsController (models, $state, $scope, strings, componentsS
|
||||
};
|
||||
|
||||
$scope.$watch('$state.current.name', (value) => {
|
||||
if (/credentials.edit($|\.organization$)/.test(value)) {
|
||||
if (/credentials.edit($|\.organization$|\.credentialType$)/.test(value)) {
|
||||
vm.tab.details._active = true;
|
||||
vm.tab.permissions._active = false;
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user