From 322bd66502a59f5cbc14380f6f16be9417181a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Pocrnji=C4=8D?= Date: Sat, 18 Oct 2025 23:12:48 +0200 Subject: [PATCH] Updated settings for actions and decitions --- .../Pages/Settings/Partials/ActionTable.vue | 8 +-- .../Pages/Settings/Partials/DecisionTable.vue | 42 +++++++++---- .../js/Pages/Settings/Workflow/Index.vue | 61 +++++++++++-------- 3 files changed, 67 insertions(+), 44 deletions(-) diff --git a/resources/js/Pages/Settings/Partials/ActionTable.vue b/resources/js/Pages/Settings/Partials/ActionTable.vue index f56c5cd..f69a244 100644 --- a/resources/js/Pages/Settings/Partials/ActionTable.vue +++ b/resources/js/Pages/Settings/Partials/ActionTable.vue @@ -36,9 +36,9 @@ const page = ref(1); const pageSize = ref(25); const columns = [ { key: "id", label: "#", sortable: true, class: "w-16" }, - { key: "name", label: "Name", sortable: true }, - { key: "color_tag", label: "Color tag", sortable: false }, - { key: "decisions", label: "Decisions", sortable: false, class: "w-32" }, + { key: "name", label: "Ime", sortable: true }, + { key: "color_tag", label: "Barva", sortable: false }, + { key: "decisions", label: "Odločitve", sortable: false, class: "w-32" }, ]; const form = useForm({ @@ -193,7 +193,7 @@ const destroyAction = () => { class="inline-block h-4 w-4 rounded" :style="{ backgroundColor: row.color_tag }" > - {{ row.color_tag || "—" }} + {{ row.color_tag || "" }}