General clean up for CHOW.

This commit is contained in:
Scott Idem
2024-03-04 10:59:15 -05:00
parent 04a8b49177
commit a0947e349a
10 changed files with 125 additions and 53 deletions

View File

@@ -73,9 +73,12 @@ onMount(() => {
$ae_loc.hub.show_element__access_type = false;
$ae_loc.hub.show_element__cfg = false;
} else {
} else if ($ae_loc.trusted_access) {
$ae_loc.hub.show_element__access_type = true;
$ae_loc.hub.show_element__cfg = true;
} else {
$ae_loc.hub.show_element__access_type = true;
$ae_loc.hub.show_element__cfg = false;
}
});