]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.html
474493cc991b76398562f10efcf357924d04c431
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / telemetry-notification / telemetry-notification.component.html
1 <alert class="no-margin-bottom"
2 type="warning"
3 *ngIf="displayNotification"
4 (close)="close($event)">
5 <div i18n>The Ceph community needs your help to continue improving: please
6 <a routerLink="/telemetry"
7 class="btn activate-button alert-link activate-text">Activate</a> the
8 <a href="https://docs.ceph.com/en/latest/mgr/telemetry/">Telemetry</a> module.</div>
9 </alert>
10