@@ -256,6 +256,26 @@
 | 
			
		||||
          <span>{$_('scanstations')}</span>
 | 
			
		||||
        </a>
 | 
			
		||||
      {/if}
 | 
			
		||||
      {#if store.state.jwtinfo.userdetails.permissions.includes('STATSCLIENT:GET')}
 | 
			
		||||
        <a
 | 
			
		||||
          class:bg-gray-100={$router.path === '/statsclients/'}
 | 
			
		||||
          class="flex items-center px-4 py-3 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900"
 | 
			
		||||
          href="/statsclients/">
 | 
			
		||||
          <svg
 | 
			
		||||
            class="flex-shrink-0 w-5 h-5 mr-2 text-gray-400 transition group-hover:text-gray-600"
 | 
			
		||||
            fill="currentColor"
 | 
			
		||||
            width="24"
 | 
			
		||||
            height="24"
 | 
			
		||||
            viewBox="0 0 24 24"
 | 
			
		||||
            xmlns="http://www.w3.org/2000/svg"><path
 | 
			
		||||
              fill="none"
 | 
			
		||||
              d="M0 0h24v24H0z" />
 | 
			
		||||
            <path
 | 
			
		||||
              fill="currentColor"
 | 
			
		||||
              d="M4 5v11h16V5H4zM2 4a1 1 0 011-1h18a1 1 0 011 1v14H2V4zM1 19h22v2H1v-2z" /></svg>
 | 
			
		||||
          <span>{$_('statsclients')}</span>
 | 
			
		||||
        </a>
 | 
			
		||||
      {/if}
 | 
			
		||||
      <a
 | 
			
		||||
        class:bg-gray-100={$router.path === '/settings/'}
 | 
			
		||||
        class="flex items-center px-4 py-3 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user