Minor updates to access
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user