]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-list/rgw-daemon-list.component.html
import 15.2.4
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / rgw-daemon-list / rgw-daemon-list.component.html
CommitLineData
11fdf7f2 1<tabset>
9f95a23c
TL
2 <tab i18n-heading
3 heading="Daemons List">
11fdf7f2
TL
4 <cd-table [data]="daemons"
5 [columns]="columns"
6 columnMode="flex"
e306af50
TL
7 [hasDetails]="true"
8 (setExpandedRow)="setExpandedRow($event)"
11fdf7f2 9 (fetchData)="getDaemonList($event)">
9f95a23c 10 <cd-rgw-daemon-details cdTableDetail
e306af50 11 [selection]="expandedRow">
11fdf7f2
TL
12 </cd-rgw-daemon-details>
13 </cd-table>
14 </tab>
15
16 <tab i18n-heading
17 *ngIf="grafanaPermission.read"
18 heading="Overall Performance">
19 <cd-grafana [grafanaPath]="'rgw-overview?'"
20 uid="WAkugZpiz"
21 grafanaStyle="two">
22 </cd-grafana>
23 </tab>
e306af50
TL
24
25 <tab i18n-heading
26 *ngIf="grafanaPermission.read && isMultiSite"
27 heading="Sync Performance">
28 <cd-grafana [grafanaPath]="'radosgw-sync-overview?'"
29 uid="rgw-sync-overview"
30 grafanaStyle="two">
31 </cd-grafana>
32 </tab>
11fdf7f2 33</tabset>