grafana/public/app/features/alerting/partials/alert_howto.html
Ivana Huckova 1c58202b26
@grafana/ui: Replace various icons using Icon component (#23442)
* Replace icons in dashboard and settings

* Replace icons in alerting

* Update batch of icons

* Implement icons accross various files

* Style updates

* Search: Fix recent and starred icons

* Update styling and details

* Replace new icon created by unicons

* Fix e2e test, styling

* Minor styling updates

Co-authored-by: Clarity-89 <homes89@ukr.net>
2020-04-12 22:20:02 +02:00

30 lines
746 B
HTML

<div class="modal-body">
<div class="modal-header">
<h2 class="modal-header-title">
<icon name="'info-circle'"></icon>
<span class="p-l-1">Adding an Alert</span>
</h2>
<a class="modal-header-close" ng-click="dismiss();">
<icon name="'times'"></icon>
</a>
</div>
<div class="modal-content">
<div class="text-center">
<img src="public/img/alert_howto_new.png"></img>
</div>
<p class="p-a-2 text-center offset-lg-1 col-lg-10">
Alerts are added and configured in the <strong>Alert Tab</strong> of any dashboard
graph panel, letting you build and visualize an alert using existing queries.
<br> <br>
To persist your alert rule changes remember to save the dashboard.
<br>
<br>
</p>
</div>
</div>