]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cluster/hosts/host-details/host-details.component.html
import ceph nautilus 14.2.2
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cluster / hosts / host-details / host-details.component.html
1 <tabset *ngIf="selection.hasSingleSelection && grafanaPermission.read">
2 <tab i18n-heading
3 heading="Performance Details">
4 <cd-grafana [grafanaPath]="'host-details?var-ceph_hosts=' + host['hostname']"
5 uid="rtOg0AiWz"
6 grafanaStyle="three">
7 </cd-grafana>
8 </tab>
9 </tabset>