diff --git a/src/components/dashboard/Dashboard.svelte b/src/components/dashboard/Dashboard.svelte index 2a56a5e3..f6ebf1f9 100644 --- a/src/components/dashboard/Dashboard.svelte +++ b/src/components/dashboard/Dashboard.svelte @@ -256,6 +256,26 @@ {$_('scanstations')} {/if} + {#if store.state.jwtinfo.userdetails.permissions.includes('STATSCLIENT:GET')} + + + + {$_('statsclients')} + + {/if}