]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
d22ed89b1020c34fb3e3fc207212ecccbdddb454
[ceph.git] /
1 <nav aria-label="breadcrumb">
2   <ol class="breadcrumb">
3     <li i18n
4         class="breadcrumb-item active"
5         aria-current="page">Object Gateway</li>
6   </ol>
7 </nav>
8 <cd-table [data]="daemons"
9           [columns]="columns"
10           columnMode="flex"
11           [detailsComponent]="detailsComponent"
12           (fetchData)="getDaemonList()"
13           [beforeShowDetails]="beforeShowDetails">
14 </cd-table>