]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/rgw/rgw-daemon-details/rgw-daemon-details.component.html
d46bbb8c2cceff2b5125c0591db7474867a18e33
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / rgw / rgw-daemon-details / rgw-daemon-details.component.html
1 <tabset *ngIf="selection.hasSingleSelection">
2 <tab i18n-heading
3 heading="Details">
4 <cd-table-key-value [data]="metadata"
5 (fetchData)="getMetaData()">
6 </cd-table-key-value>
7 </tab>
8 <tab i18n-heading
9 heading="Performance Counters">
10 <cd-table-performance-counter serviceType="rgw"
11 [serviceId]="serviceId">
12 </cd-table-performance-counter>
13 </tab>
14 <tab i18n-heading
15 *ngIf="grafanaPermission.read"
16 heading="Performance Details">
17 <cd-grafana [grafanaPath]="'rgw-instance-detail?var-rgw_servers=rgw.' + this.selection.first().id"
18 uid="x5ARzZtmk"
19 grafanaStyle="one">
20 </cd-grafana>
21 </tab>
22 </tabset>