|
@@ -45,15 +45,15 @@
|
|
|
</table>
|
|
</table>
|
|
|
</div>
|
|
</div>
|
|
|
<div ng-if="ctrl.notifications.length === 0">
|
|
<div ng-if="ctrl.notifications.length === 0">
|
|
|
- <empty-list-cta model="{
|
|
|
|
|
- title: 'There are no notification channels defined yet',
|
|
|
|
|
- buttonIcon: 'gicon gicon-alert-notification-channel',
|
|
|
|
|
- buttonLink: 'alerting/notification/new',
|
|
|
|
|
- buttonTitle: 'Add channel',
|
|
|
|
|
- proTip: 'You can include images in your alert notifications.',
|
|
|
|
|
- proTipLink: 'http://docs.grafana.org/alerting/notifications/',
|
|
|
|
|
- proTipLinkTitle: 'Learn more',
|
|
|
|
|
- proTipTarget: '_blank'
|
|
|
|
|
- }" />
|
|
|
|
|
|
|
+ <empty-list-cta
|
|
|
|
|
+ title= "'There are no notification channels defined yet'"
|
|
|
|
|
+ buttonIcon= "'gicon gicon-alert-notification-channel'"
|
|
|
|
|
+ buttonLink= "'alerting/notification/new'"
|
|
|
|
|
+ buttonTitle= "'Add channel'"
|
|
|
|
|
+ proTip= "'You can include images in your alert notifications.'"
|
|
|
|
|
+ proTipLink= "'http://docs.grafana.org/alerting/notifications/'"
|
|
|
|
|
+ proTipLinkTitle= "'Learn more'"
|
|
|
|
|
+ proTipTarget= "'_blank'"
|
|
|
|
|
+ />
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|