mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
fix(helm): minor helm screen page corrections [EE-6642] (#11045)
This commit is contained in:
parent
9a1604e775
commit
a618ee78e4
4 changed files with 4 additions and 4 deletions
|
@ -65,7 +65,7 @@ export default class HelmTemplatesController {
|
|||
Namespace: this.namespace,
|
||||
};
|
||||
await this.HelmService.install(this.endpoint.Id, payload);
|
||||
this.Notifications.success('Success', 'Helm Chart successfully installed');
|
||||
this.Notifications.success('Success', 'Helm chart successfully installed');
|
||||
this.$analytics.eventTrack('kubernetes-helm-install', { category: 'kubernetes', metadata: { 'chart-name': this.state.chart.name } });
|
||||
this.state.isEditorDirty = false;
|
||||
this.$state.go('kubernetes.applications');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue