diff --git a/src/main/ui/main_menu.html b/src/main/ui/main_menu.html index b506f3e73..d5c210a04 100644 --- a/src/main/ui/main_menu.html +++ b/src/main/ui/main_menu.html @@ -6,16 +6,17 @@
+ - - - - - - +
+
+
+ +
+
+
- +
-
+--> +
@@ -98,7 +100,7 @@
-
+
@@ -159,7 +161,7 @@
-
+
@@ -230,7 +232,7 @@
-
+
@@ -304,7 +306,7 @@
-
+
@@ -367,7 +369,7 @@ -->
-
+
@@ -427,7 +429,7 @@
-
+
@@ -550,7 +552,7 @@
-->
-
+
@@ -591,7 +593,7 @@
-
+
@@ -660,7 +662,7 @@
-
+
@@ -735,7 +737,7 @@
-
+
@@ -792,7 +794,7 @@
-
+
@@ -831,7 +833,7 @@
-
+
diff --git a/src/main/ui/static/menu/managerMenu.js b/src/main/ui/static/menu/managerMenu.js index a9149498e..06e83dedd 100644 --- a/src/main/ui/static/menu/managerMenu.js +++ b/src/main/ui/static/menu/managerMenu.js @@ -10,6 +10,8 @@ define(['angular', 'uiRouter', 'uiBootstrap'], function (angular) { }]); app.controller('listMenuCtrl', ['$scope', '$http', '$filter','$uibModal','$location', '$anchorScroll','$stateParams', function ($scope, $http,$filter, $uibModal,$location, $anchorScroll,$stateParams) { + + $scope.role = $stateParams["role"]; var gotohash = function (role) { switch (role) { case "Compliance" :