]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
41e15a46996f04c086ae8b94c035472cc9446740
[ceph.git] /
1 <tabset *ngIf="selection.hasSingleSelection">
2   <tab i18n-heading
3        heading="Devices">
4     <cd-device-list [hostname]="selection.first()['hostname']"></cd-device-list>
5   </tab>
6   <tab i18n-heading
7        heading="Inventory"
8        *ngIf="permissions.hosts.read">
9     <cd-inventory [hostname]="selection.first()['hostname']">
10     </cd-inventory>
11   </tab>
12   <tab i18n-heading
13        heading="Services"
14        *ngIf="permissions.hosts.read">
15     <cd-services [hostname]="selection.first()['hostname']">
16     </cd-services>
17   </tab>
18   <tab i18n-heading
19        heading="Performance Details"
20        *ngIf="permissions.grafana.read">
21     <cd-grafana [grafanaPath]="'host-details?var-ceph_hosts=' + selection.first()['hostname']"
22                 uid="rtOg0AiWz"
23                 grafanaStyle="three">
24     </cd-grafana>
25   </tab>
26 </tabset>