mirror of
https://github.com/portainer/portainer.git
synced 2025-08-04 13:25:26 +02:00
fix helm install (#10479)
This commit is contained in:
parent
07ec2ffe5e
commit
35448c7f48
2 changed files with 1 additions and 5 deletions
|
@ -40,8 +40,4 @@ export default class HelmTemplatesListController {
|
||||||
this.updateCategories();
|
this.updateCategories();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$onInit() {
|
|
||||||
return this.$async();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="btn btn-primary btn-sm !ml-0"
|
class="btn btn-primary btn-sm !ml-0"
|
||||||
ng-disabled="!($ctrl.stackName && $ctrl.state.resourcePool && !$ctrl.state.loadingValues && !$ctrl.state.actionInProgress)"
|
ng-disabled="!$ctrl.state.resourcePool || $ctrl.state.loadingValues || $ctrl.state.actionInProgress"
|
||||||
ng-click="$ctrl.installHelmchart()"
|
ng-click="$ctrl.installHelmchart()"
|
||||||
button-spinner="$ctrl.state.actionInProgress"
|
button-spinner="$ctrl.state.actionInProgress"
|
||||||
data-cy="helm-install"
|
data-cy="helm-install"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue