mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 00:05:24 +02:00
fix(endpoint): delete the endpoint proxy when updating an endpoint address [EE-5577] (#10824)
This commit is contained in:
parent
0d55cb3e08
commit
4b5ea01456
3 changed files with 15 additions and 7 deletions
|
@ -53,7 +53,7 @@ angular.module('portainer.kubernetes', ['portainer.app', registriesModule, custo
|
|||
try {
|
||||
await getSelfSubjectAccessReview(endpoint.Id, 'default');
|
||||
} catch (e) {
|
||||
throw new Error('Environment is unreachable.');
|
||||
throw new Error(`The environment named ${endpoint.Name} is unreachable.`);
|
||||
}
|
||||
} catch (e) {
|
||||
let params = {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue