]> git.apps.os.sepia.ceph.com Git - ceph.git/blob
c38b669c82b74d9f35ba4df5a0ce97f21d5817c2
[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
16       [hostname]="selection.first()['hostname']"
17       [hiddenColumns]="['nodename']">
18     </cd-services>
19   </tab>
20   <tab i18n-heading
21        heading="Performance Details"
22        *ngIf="permissions.grafana.read">
23     <cd-grafana [grafanaPath]="'host-details?var-ceph_hosts=' + selection.first()['hostname']"
24                 uid="rtOg0AiWz"
25                 grafanaStyle="three">
26     </cd-grafana>
27   </tab>
28 </tabset>