diff --git a/src/components/dashboard/Dashboard.svelte b/src/components/dashboard/Dashboard.svelte index a7f98067..c869170b 100644 --- a/src/components/dashboard/Dashboard.svelte +++ b/src/components/dashboard/Dashboard.svelte @@ -85,6 +85,8 @@ {$_("card-replacement-menu")} + {/if} + {#if store.state.jwtinfo.userdetails.permissions.includes("SCAN:CREATE")} {$_("scanclient")} + {/if} + {#if store.state.jwtinfo.userdetails.permissions.includes("DONATION:CREATE")} {$_("donation-quick-add")} + {/if}

{$_("management")}

+ {#if store.state.jwtinfo.userdetails.permissions.includes("RUNNER:GET")}