mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(home): refresh the view on endpoint ping failure (#3161)
* fix(api): remove automatic backend failure for Down endpoints * fix(home): refresh the view on endpoint ping failure
This commit is contained in:
parent
1f68aad07f
commit
7509283072
1 changed files with 1 additions and 0 deletions
|
@ -127,6 +127,7 @@ angular.module('portainer.app')
|
|||
})
|
||||
.catch(function error(err) {
|
||||
Notifications.error('Failure', err, 'Unable to connect to the Docker endpoint');
|
||||
$state.reload();
|
||||
})
|
||||
.finally(function final() {
|
||||
$scope.state.connectingToEdgeEndpoint = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue