]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/blob
458335c77cf0a9aeec0f9952316ab82511ff8d13
[ceph.git] /
1 <block-ui name="global">
2   <cd-navigation>
3     <div class="container-fluid h-100"
4          [ngClass]="{'overview': (router.url == '/overview' || router.url == '/dashboard_3' || router.url == '/multi-cluster/overview'), 'rgw-dashboard': (router.url == '/rgw/overview')}">
5       <!-- ************************ -->
6       <!-- ALERTS BANNER     -->
7       <!-- ************************ -->
8       <div class="cd-alert-container"
9            [ngClass]="{'ms-4 me-4': (router.url == '/overview' || router.url == '/dashboard_3' || router.url == '/multi-cluster/overview'), 'm-3': (router.url == '/rgw/overview')}">
10         <cd-pwd-expiration-notification></cd-pwd-expiration-notification>
11         <cd-telemetry-notification></cd-telemetry-notification>
12         <cd-motd></cd-motd>
13       </div>
14       <cd-context></cd-context>
15       <div class="breadcrumbs--padding">
16         <cd-breadcrumbs></cd-breadcrumbs>
17       </div>
18       @if(pageHeaderTitle) {
19       <cd-page-header
20                       [title]="pageHeaderTitle"
21                       [description]="pageHeaderDescription">
22       </cd-page-header>
23       }
24       <router-outlet></router-outlet>
25       <cds-placeholder></cds-placeholder>
26     </div>
27   </cd-navigation>
28   <!--  Toast Notification -->
29   <cd-toast></cd-toast>
30 </block-ui>