We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7855cd0 commit 6e29cf3Copy full SHA for 6e29cf3
priv/public/ui/app/mn_admin/mn_roles_controller.js
@@ -23,7 +23,7 @@ function mnRolesController($scope, poolDefault, mnHelper, $uibModal, permissions
23
function activate() {
24
if (poolDefault.saslauthdEnabled) {
25
mnPromiseHelper(vm, mnUserRolesService.getSaslauthdAuth())
26
- .applyToScope(v => vm.isSaslauthdAuthEnabled = saslauthdAuth.enabled);
+ .applyToScope(v => vm.isSaslauthdAuthEnabled = v.enabled);
27
}
28
29
if (permissions.cluster.admin.security.external.read &&
0 commit comments