Skip to content
Snippets Groups Projects

Resolve "Add icons in dashboard"

Merged Daniel Göbel requested to merge feature/178-add-icons-in-dashboard into main
5 files
+ 252
232
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -12,7 +12,7 @@ defineProps<{
const categoryToIcon: Record<string, string> = {
system: "fa-solid fa-server",
resource: "fa-solid fa-database",
workflow: "bla",
workflow: "fa-solid fa-chart-gantt",
};
const nameStore = useNameStore();
</script>
Loading