]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/core/layouts/workbench-layout/workbench-layout.component.html
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / core / layouts / workbench-layout / workbench-layout.component.html
CommitLineData
9f95a23c
TL
1<block-ui>
2 <cd-navigation>
3 <div class="container-fluid h-100"
1e59de90
TL
4 [ngClass]="{'dashboard': (router.url == '/dashboard' || router.url == '/dashboard_3')}">
5 <cd-context></cd-context>
9f95a23c
TL
6 <cd-breadcrumbs></cd-breadcrumbs>
7 <router-outlet></router-outlet>
8 </div>
9 </cd-navigation>
10</block-ui>