mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
feat(endpoint): remove the active endpoint edition restriction (#941)
This commit is contained in:
parent
1e686f0428
commit
dae4893fe1
3 changed files with 2 additions and 8 deletions
|
@ -101,7 +101,6 @@ function ($scope, $state, EndpointService, EndpointProvider, Notifications, Pagi
|
|||
EndpointService.endpoints()
|
||||
.then(function success(data) {
|
||||
$scope.endpoints = data;
|
||||
$scope.activeEndpointID = EndpointProvider.endpointID();
|
||||
})
|
||||
.catch(function error(err) {
|
||||
Notifications.error('Failure', err, 'Unable to retrieve endpoints');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue