<Layout::YieldSidebar>
    <Layout::FleetOpsSidebar @controller={{this}} @onClickCreateOrder={{transition-to "operations.orders.index.new"}} />
</Layout::YieldSidebar>

<Layout::Section::Container>
    {{outlet}}
    <GlobalSearch />
</Layout::Section::Container>

{{! template-lint-disable no-potential-path-strings }}
<RegistryYield @registry="@fleetbase/fleetops-engine" as |RegistryComponent|>
    <RegistryComponent @controller={{this}} />
</RegistryYield>