]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/frontend/src/app/shared/components/telemetry-notification/telemetry-notification.component.html
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / shared / components / telemetry-notification / telemetry-notification.component.html
1 <cd-alert-panel *ngIf="displayNotification"
2 class="no-margin-bottom"
3 [showTitle]="false"
4 size="slim"
5 [type]="notificationSeverity"
6 [dismissible]="notificationSeverity !== 'danger'"
7 (dismissed)="onDismissed()">
8 <div i18n>The Ceph community needs your help to continue improving: please
9 <a routerLink="/telemetry"
10 class="btn activate-button alert-link activate-text">Activate</a> the
11 <a href="https://docs.ceph.com/en/latest/mgr/telemetry/">Telemetry</a> module.</div>
12 </cd-alert-panel>