mirror of
https://github.com/ansible/awx.git
synced 2026-02-18 19:50:05 -03:30
Only allow user with super_user access to see activity stream button. Fixed collision between is_superuser rootscope variable and credential.is_superuser on credential detail page. Added AS to user/n/permissions page.
This commit is contained in:
@@ -24,7 +24,8 @@ angular.module('UserFormDefinition', [])
|
||||
dataPlacement: "top",
|
||||
icon: "icon-comments-alt",
|
||||
mode: 'edit',
|
||||
iconSize: 'large'
|
||||
iconSize: 'large',
|
||||
ngShow: "user_is_superuser"
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user