Minor updates to access

This commit is contained in:
Scott Idem
2024-08-15 15:42:18 -04:00
parent f526e9094c
commit fdca94b625
2 changed files with 8 additions and 5 deletions

View File

@@ -69,7 +69,7 @@ export let ae_app_local_data_struct: key_val = {
}, },
'page_access_code_li': { 'page_access_code_li': {
'manager': '10240', // 'manager': '10240',
'administrator': '11500', 'administrator': '11500',
'trusted': '19111', 'trusted': '19111',
'public': 'public1980', 'public': 'public1980',

View File

@@ -256,13 +256,16 @@ function dispatch_edit_mode_changed() {
<span class="fas fa-unlock mx-1"></span> <span class="fas fa-unlock mx-1"></span>
{#if $ae_loc.access_type == 'super'} {#if $ae_loc.access_type == 'super'}
<span class="fas fa-secret m-1"></span> Super <span class="fas fa-hat-wizard m-1"></span>
Super
{:else if $ae_loc.access_type == 'manager'} {:else if $ae_loc.access_type == 'manager'}
<span class="fas fa-user-shield m-1"></span> Manager <span class="fas fa-user-shield m-1"></span>
Manager
{:else if $ae_loc.access_type == 'administrator'} {:else if $ae_loc.access_type == 'administrator'}
<span class="fas fa-user-ninja m-1"></span> Administrator <span class="fas fa-user-ninja m-1"></span>
Administrator
{:else if $ae_loc.access_type == 'trusted'} {:else if $ae_loc.access_type == 'trusted'}
<span class="fas fa-user-check m-1"></span> Trusted <span class="fas fa-user-check m-1"></span>
Trusted Access Trusted Access
{:else if $ae_loc.access_type == 'public'} {:else if $ae_loc.access_type == 'public'}
Public Access Public Access