Skip to content

Commit

Permalink
Merge pull request #385 from Patronklok/master
Browse files Browse the repository at this point in the history
Fix listfargateprofiles call
  • Loading branch information
iann0036 authored Oct 2, 2024
2 parents 6eef01b + 8b91ccd commit c0407e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/services/eks.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,9 +330,9 @@ async function updateDatatableContainersEKS() {
clusterName: cluster,
fargateProfileName: fargateProfileName
}, true).then((data) => {
$('#section-containers-eks-fargateprofles-datatable').deferredBootstrapTable('append', [{
$('#section-containers-eks-fargateprofiles-datatable').deferredBootstrapTable('append', [{
f2id: data.fargateProfile.nodegroupArn,
f2type: 'eks.fargateprofle',
f2type: 'eks.fargateprofile',
f2data: data.fargateProfile,
f2region: region,
name: data.fargateProfile.fargateProfileName,
Expand Down

0 comments on commit c0407e1

Please sign in to comment.