<Layout::Sidebar::Navigator
    @items={{this.navigationItems}}
    @primaryAction={{this.createOrderAction}}
    @searchPlaceholder="Search Fleet-Ops..."
    @searchProvider={{this.searchNavigation}}
    @shouldSyncInitialActiveParent={{this.shouldSyncInitialActiveParent}}
    class="fleet-ops-sidebar-navigator"
>
    <:footer as |state|>
        {{#if (or (not state.isNested) (eq state.currentParent.id "operations"))}}
            <Layout::FleetOpsSidebar::OperationsMonitor />
        {{/if}}

        {{#each (get this.footerRegistryComponents (or state.currentParent.id "root")) as |menuItem|}}
            {{component menuItem.component}}
        {{/each}}
    </:footer>
</Layout::Sidebar::Navigator>

{{yield}}
<Spacer @height="10px" />
