mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 05:15:25 +02:00
fix(access-control): show only environment users [EE-6315] (#10614)
This commit is contained in:
parent
3525a1af77
commit
51474262eb
17 changed files with 53 additions and 38 deletions
|
@ -12,6 +12,7 @@ angular.module('portainer.docker').controller('VolumeController', [
|
|||
'endpoint',
|
||||
function ($scope, $state, $transition$, VolumeService, ContainerService, Notifications, HttpRequestHelper, endpoint) {
|
||||
$scope.resourceType = ResourceControlType.Volume;
|
||||
$scope.endpoint = endpoint;
|
||||
|
||||
$scope.onUpdateResourceControlSuccess = function () {
|
||||
$state.reload();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue