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