mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 05:19:39 +02:00
feat(helm): auto refresh helm resources [r8s-298] (#672)
This commit is contained in:
parent
9a9373dd0f
commit
61d6ac035d
10 changed files with 120 additions and 50 deletions
|
@ -25,7 +25,7 @@ function helmTabs(
|
|||
{
|
||||
label: 'Resources',
|
||||
id: 'resources',
|
||||
children: <ResourcesTable resources={release.info?.resources ?? []} />,
|
||||
children: <ResourcesTable />,
|
||||
},
|
||||
{
|
||||
label: 'Values',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue