1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

chore(app): Migrate helm templates list to react (#492)

This commit is contained in:
James Player 2025-03-14 10:37:14 +13:00 committed by GitHub
parent 58317edb6d
commit 993f69db37
11 changed files with 459 additions and 203 deletions

View file

@ -101,7 +101,7 @@
<div class="row" ng-if="!$ctrl.state.chart">
<div class="col-sm-12 p-0">
<helm-templates-list
title-text="Helm chart"
title-text="'Helm chart'"
charts="$ctrl.state.charts"
table-key="$ctrl.state.charts"
select-action="$ctrl.selectHelmChart"