From 6dba0e30d135b424188648b202b1029bac7124ed Mon Sep 17 00:00:00 2001 From: tiwari-nishant Date: Fri, 26 Sep 2025 14:32:46 +0530 Subject: [PATCH 1/6] =?UTF-8?q?Removed=20Mutation=20and=20added=20fixes=20?= =?UTF-8?q?=E2=80=A2=20Fixed=20Warnings=20=E2=80=A2=20Removed=20Mutation?= =?UTF-8?q?=20=E2=80=A2=20Fixed=20Table=20loadings=20in=20Inventories=20an?= =?UTF-8?q?d=20LEDs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../AppNavigation/AppNavigation.vue | 4 +-- src/components/Global/Alert.vue | 1 - src/components/Global/FormFile.vue | 2 +- src/components/Global/InfoTooltip.vue | 1 - src/components/Global/InfoTooltipPassword.vue | 1 - src/components/Global/Search.vue | 2 +- src/components/Global/StatusIcon.vue | 1 - src/components/Global/TableRowAction.vue | 2 +- src/components/Global/TableToolbar.vue | 2 +- src/components/Global/Toast.vue | 2 +- .../modules/HardwareStatus/AssemblyStore.js | 30 ------------------- .../HardwareStatus/Inventory/Inventory.vue | 2 +- .../Inventory/InventoryFabricAdapters.vue | 2 +- .../Inventory/InventoryTableBmcManager.vue | 2 +- .../Inventory/InventoryTableDimmSlot.vue | 4 +-- .../Inventory/InventoryTableFans.vue | 2 +- .../Inventory/InventoryTablePcieSlots.vue | 11 ++----- .../Inventory/InventoryTablePowerSupplies.vue | 11 ++----- .../PcieTopology/IdentifyLedsModal.vue | 2 +- .../PcieTopology/PcieTopology.vue | 2 +- .../DeconfigurationRecords.vue | 2 +- .../FactoryReset/FactoryResetModal.vue | 2 +- .../Operations/Firmware/FirmwareCardsBmc.vue | 2 +- .../Firmware/FirmwareFormUpdate.vue | 2 +- src/views/Overview/ModalAssetTag.vue | 2 +- .../CapacityOnDemandOrderInfo.vue | 2 +- .../SystemParameters/AggressivePrefetch.vue | 2 +- .../SystemParameters/FrequencyCap.vue | 2 +- .../SystemParameters/LateralCastOut.vue | 2 +- .../RuntimeProcessorDiagnostic.vue | 2 +- .../Certificates/ModalUploadCertificate.vue | 2 +- src/views/SecurityAndAccess/Ldap/Ldap.vue | 2 +- .../UserManagement/ModalSettings.vue | 4 +-- .../UserManagement/ModalUser.vue | 2 +- src/views/Settings/DateTime/DateTime.vue | 2 +- .../HardwareDeconfiguration.vue | 2 +- 36 files changed, 36 insertions(+), 84 deletions(-) diff --git a/src/components/AppNavigation/AppNavigation.vue b/src/components/AppNavigation/AppNavigation.vue index daeea5c6b7..01b920b110 100644 --- a/src/components/AppNavigation/AppNavigation.vue +++ b/src/components/AppNavigation/AppNavigation.vue @@ -190,7 +190,7 @@ svg { } } .nav-nochild { - ::v-deep a.router-link-exact-active { + :deep(a.router-link-exact-active) { position: relative; background-color: $secondary; color: $light; @@ -209,7 +209,7 @@ svg { background-color: #dadada; color: $light; } - ::v-deep a { + :deep(a) { color: $secondary; } } diff --git a/src/components/Global/Alert.vue b/src/components/Global/Alert.vue index d449bb2d38..d14f67f809 100644 --- a/src/components/Global/Alert.vue +++ b/src/components/Global/Alert.vue @@ -23,7 +23,6 @@