Skip to content

Commit

Permalink
remove access and roles view as they go to security perspective
Browse files Browse the repository at this point in the history
  • Loading branch information
delchev committed Jun 16, 2024
1 parent 66bc8a8 commit feec63b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
}])
.controller('OperationsController', ["$scope", "messageHub", function ($scope, messageHub) {
$scope.layoutModel = {
views: ['registry', 'repository', 'extensions', 'configurations', 'artefacts', 'jobs', 'listeners', 'tables', 'views', 'access', 'roles', 'websockets', 'logs', 'loggers', 'console'],
views: ['registry', 'repository', 'extensions', 'configurations', 'artefacts', 'jobs', 'listeners', 'tables', 'views', 'websockets', 'logs', 'loggers', 'console'],
};
$scope.layoutConfig = {
leftPaneMinSize: 340,
Expand Down

0 comments on commit feec63b

Please sign in to comment.