mirror of https://github.com/portainer/portainer
fix(helm): Remove duplicate helm instructions in CE [BE-11670] (#482)
parent
2bccb3589e
commit
438b1f9815
|
@ -26,11 +26,6 @@
|
||||||
></por-select>
|
></por-select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="w-full">
|
|
||||||
<div class="small text-muted mb-2"
|
|
||||||
>Select the Helm chart to use. Bring further Helm charts into your selection list via
|
|
||||||
<a ui-sref="portainer.account({'#': 'helm-repositories'})">User settings - Helm repositories</a>.</div
|
|
||||||
>
|
|
||||||
<div class="w-full">
|
<div class="w-full">
|
||||||
<div class="small text-muted mb-2"
|
<div class="small text-muted mb-2"
|
||||||
>Select the Helm chart to use. Bring further Helm charts into your selection list via
|
>Select the Helm chart to use. Bring further Helm charts into your selection list via
|
||||||
|
@ -65,7 +60,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
|
|
||||||
<div class="blocklist !px-0" role="list">
|
<div class="blocklist !px-0" role="list">
|
||||||
<helm-templates-list-item
|
<helm-templates-list-item
|
||||||
|
@ -75,7 +69,7 @@
|
||||||
on-select="($ctrl.selectAction)"
|
on-select="($ctrl.selectAction)"
|
||||||
>
|
>
|
||||||
</helm-templates-list-item>
|
</helm-templates-list-item>
|
||||||
<div ng-if="!allCharts.length" class="text-muted small mt-4"> No Helm charts found </div>
|
<div ng-if="!$ctrl.loading && !allCharts.length && $ctrl.charts.length !== 0" class="text-muted small mt-4"> No Helm charts found </div>
|
||||||
<div ng-if="$ctrl.loading" class="text-muted text-center">
|
<div ng-if="$ctrl.loading" class="text-muted text-center">
|
||||||
Loading...
|
Loading...
|
||||||
<div class="text-muted text-center"> Initial download of Helm charts can take a few minutes </div>
|
<div class="text-muted text-center"> Initial download of Helm charts can take a few minutes </div>
|
||||||
|
|
Loading…
Reference in New Issue