Host role navigation globally across authenticated pages

This commit is contained in:
A R R R Associates
2026-07-11 07:43:36 +05:30
parent 219263b16a
commit 8253726d61
8 changed files with 83 additions and 2 deletions
@@ -1,3 +1,4 @@
{% if navigation_render_location_v2|default('page') == 'global-host' or not global_role_navigation_host_v2|default(false) %}
{#
UI/UX V2 Phase 1F — System Admin workspace navigation.
Presentation only. Existing routes and route-level permissions remain authoritative.
@@ -193,3 +194,4 @@
}
})();
</script>
{% endif %}