diff --git a/frontend/app/components/ComponentItem.vue b/frontend/app/components/ComponentItem.vue index cf15a95..bf13921 100644 --- a/frontend/app/components/ComponentItem.vue +++ b/frontend/app/components/ComponentItem.vue @@ -30,7 +30,15 @@

- {{ component.name }} + + {{ component.name }} + + {{ component.name }}

- +
@@ -85,6 +85,7 @@ alignClass(col), { 'hidden sm:table-cell': col.hiddenMobile }, ]" + :style="col.minWidth ? { minWidth: col.minWidth } : undefined" > (), { rowKey: 'id', loading: false, diff --git a/frontend/app/components/machine/MachineProductsCard.vue b/frontend/app/components/machine/MachineProductsCard.vue index 6ae7822..9efa98c 100644 --- a/frontend/app/components/machine/MachineProductsCard.vue +++ b/frontend/app/components/machine/MachineProductsCard.vue @@ -29,7 +29,14 @@ >

- {{ product.name }} + + {{ product.name }} + + {{ product.name }}

@@ -39,10 +40,10 @@
-
+
+
diff --git a/frontend/app/pages/index.vue b/frontend/app/pages/index.vue index 7527fac..ef7f937 100644 --- a/frontend/app/pages/index.vue +++ b/frontend/app/pages/index.vue @@ -141,13 +141,14 @@
- - {{ site.machines?.length || 0 }} - + {{ site.machines?.length || 0 }} machine{{ (site.machines?.length || 0) > 1 ? 's' : '' }} +