From 8b91ccd8ac0285f18dbd1bdda027a43999a59ed4 Mon Sep 17 00:00:00 2001 From: Patronklok <44528110+Patronklok@users.noreply.github.com> Date: Wed, 2 Oct 2024 15:17:26 +0200 Subject: [PATCH] Updated eks.js Fixed a typo in the call for eks fargateprofile list call --- js/services/eks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/services/eks.js b/js/services/eks.js index fe492e07..d87fa171 100644 --- a/js/services/eks.js +++ b/js/services/eks.js @@ -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,