1
0
Fork 0
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:
Anthony Lapenna 2017-06-20 13:18:08 +02:00 committed by GitHub
parent 1e686f0428
commit dae4893fe1
3 changed files with 2 additions and 8 deletions

View file

@ -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');