From 0be6bfb299a988de381503ca1fa68cabd0572ce1 Mon Sep 17 00:00:00 2001 From: Phillip Rak Date: Mon, 3 Feb 2025 15:34:38 -0700 Subject: [PATCH 1/2] Resolve vue table structure compiler warnings Signed-off-by: Phillip Rak --- pkg/aks/components/AksNodePool.vue | 42 +++++++++++++++-------------- shell/components/auth/Principal.vue | 8 +++--- shell/edit/auth/saml.vue | 14 +++++----- shell/pages/diagnostic.vue | 32 +++++++++++----------- 4 files changed, 52 insertions(+), 44 deletions(-) diff --git a/pkg/aks/components/AksNodePool.vue b/pkg/aks/components/AksNodePool.vue index e293eb3e484..6f3b48920a3 100644 --- a/pkg/aks/components/AksNodePool.vue +++ b/pkg/aks/components/AksNodePool.vue @@ -387,26 +387,28 @@ export default defineComponent({ v-if="(taints && taints.length) || isView" class="taints" > - - - - - - - - - - - - + + + + + + + + + + + + + +