mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* 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>
30 lines
746 B
HTML
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>
|
|
|