diff --git a/web/src/App.jsx b/web/src/App.jsx index dcda76a..469571c 100644 --- a/web/src/App.jsx +++ b/web/src/App.jsx @@ -75,7 +75,8 @@ function Sidebar() { ))} - + + @@ -139,10 +140,12 @@ export default function App() { } /> } /> } /> + } /> + } /> } /> } /> - } /> - } /> + } /> + } /> } /> } /> } /> diff --git a/web/src/components/DataTable.jsx b/web/src/components/DataTable.jsx index 298e492..61824e9 100644 --- a/web/src/components/DataTable.jsx +++ b/web/src/components/DataTable.jsx @@ -287,7 +287,7 @@ export default function DataTable({ {allOrdered.map((c) => ( ))} diff --git a/web/src/pages/Categories.jsx b/web/src/pages/Categories.jsx index 3962eb5..01d9177 100644 --- a/web/src/pages/Categories.jsx +++ b/web/src/pages/Categories.jsx @@ -127,7 +127,7 @@ export default function Categories() { } }, { key: "count", header: "Artikel", width: 90, align: "num", sortValue: (c) => c.product_count, render: (c) => {c.product_count} }, - { key: "actions", header: "", fixed: true, width: 96, align: "num", + { key: "actions", header: "", label: "Aktionen", fixed: true, width: 96, align: "num", render: (c) => ( diff --git a/web/src/pages/ProductForm.jsx b/web/src/pages/ProductForm.jsx index 45460eb..f9a0193 100644 --- a/web/src/pages/ProductForm.jsx +++ b/web/src/pages/ProductForm.jsx @@ -703,7 +703,7 @@ export default function ProductForm() { )} )}
-