mirror of
https://github.com/portainer/portainer.git
synced 2025-07-21 14:29:40 +02:00
fix(services): pre fill service registry and image [EE-1769] (#5798)
fix(services): pre fill service registry and image [EE-1769] (#5798)
This commit is contained in:
parent
12e7aa6b60
commit
edb25ee10d
7 changed files with 29 additions and 12 deletions
|
@ -21,7 +21,7 @@ class ContainerInstanceDetailsController {
|
|||
this.container = await this.ContainerGroupService.containerGroup(subscriptionId, resourceGroupId, containerGroupId);
|
||||
this.resourceGroup = await this.ResourceGroupService.resourceGroup(subscriptionId, resourceGroupId);
|
||||
} catch (err) {
|
||||
this.Notifications.error('Failure', err, 'Unable to retrive container instance details');
|
||||
this.Notifications.error('Failure', err, 'Unable to retrieve container instance details');
|
||||
}
|
||||
this.state.loading = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue