diff --git a/src/components/connections/ConnectionCard.tsx b/src/components/connections/ConnectionCard.tsx index 0428a7cb..04850e2a 100644 --- a/src/components/connections/ConnectionCard.tsx +++ b/src/components/connections/ConnectionCard.tsx @@ -115,7 +115,7 @@ export default defineComponent<{ if (isLargeScreen.value && compactConnectionCard.value) { return ( -
+
{host} {chians} {connectionCompact} @@ -128,7 +128,7 @@ export default defineComponent<{ ) } else { return ( -
+
{host} {flex1} diff --git a/src/components/connections/ConnectionTable.vue b/src/components/connections/ConnectionTable.vue index 1c10f7b0..645185fb 100644 --- a/src/components/connections/ConnectionTable.vue +++ b/src/components/connections/ConnectionTable.vue @@ -1,114 +1,112 @@