Feature: Introduced CallToActionCard to @grafana/ui (#16237)

CallToActionCard is an abstraction to display a card with message, call to action element and a footer. It is used i.e. on datasource add page.
This commit is contained in:
Dominik Prokop
2019-03-27 22:33:20 +01:00
committed by GitHub
parent 5324bb4f11
commit 206921d21b
9 changed files with 218 additions and 96 deletions

View File

@@ -133,7 +133,7 @@ export class AlertTab extends PureComponent<Props> {
const model = {
title: 'Panel has no alert rule defined',
icon: 'icon-gf icon-gf-alert',
buttonIcon: 'icon-gf icon-gf-alert',
onClick: this.onAddAlert,
buttonTitle: 'Create Alert',
};