]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.html
import 15.2.0 Octopus source
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / layouts / workbench-layout / workbench-layout.component.html
1 <block-ui>
2 <cd-navigation>
3 <div class="container-fluid h-100"
4 [ngClass]="{'dashboard':isDashboardPage()} ">
5 <cd-breadcrumbs></cd-breadcrumbs>
6 <router-outlet></router-outlet>
7 </div>
8 </cd-navigation>
9 </block-ui>