AMBARI-17298 Add View Operational Logs role info to RBAC help table (akovalenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b8694fd7 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b8694fd7 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b8694fd7 Branch: refs/heads/branch-2.4 Commit: b8694fd7f57f789bf48e3b6fbceb24274fadc967 Parents: 5914838 Author: Aleksandr Kovalenko <[email protected]> Authored: Fri Jun 17 17:00:36 2016 +0300 Committer: Aleksandr Kovalenko <[email protected]> Committed: Fri Jun 17 20:15:48 2016 +0300 ---------------------------------------------------------------------- .../src/main/resources/ui/admin-web/app/scripts/services/Cluster.js | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b8694fd7/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Cluster.js ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Cluster.js b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Cluster.js index 33ed7ed..3160cd0 100644 --- a/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Cluster.js +++ b/ambari-admin/src/main/resources/ui/admin-web/app/scripts/services/Cluster.js @@ -48,6 +48,7 @@ angular.module('ambariAdminConsole') "SERVICE.MANAGE_ALERTS", "SERVICE.TOGGLE_ALERTS", "SERVICE.ADD_DELETE_SERVICES", + "SERVICE.VIEW_OPERATIONAL_LOGS", "HOST.VIEW_CONFIGS", "HOST.VIEW_METRICS", "HOST.VIEW_STATUS_INFO",
