]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/ceph/cephfs/cephfs-chart/cephfs-chart.component.html
import ceph 14.2.5
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / ceph / cephfs / cephfs-chart / cephfs-chart.component.html
CommitLineData
11fdf7f2
TL
1<div class="chart-container">
2 <canvas baseChart
3 #chartCanvas
eafe8130
TL
4 [datasets]="chart.datasets"
5 [options]="chart.options"
6 [chartType]="chart.chartType">
11fdf7f2
TL
7 </canvas>
8 <div class="chartjs-tooltip"
9 #chartTooltip>
10 <table></table>
11 </div>
12</div>