mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(alerting): alert list fixes
This commit is contained in:
parent
9b5a7b5ef6
commit
9028d4899f
@ -47,6 +47,7 @@ export class AlertListCtrl {
|
||||
openHowTo() {
|
||||
appEvents.emit('show-modal', {
|
||||
src: 'public/app/features/alerting/partials/alert_howto.html',
|
||||
modalClass: 'confirm-modal',
|
||||
model: {}
|
||||
});
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
<div class="modal-header">
|
||||
<h2 class="modal-header-title">
|
||||
<i class="fa fa-info-circle"></i>
|
||||
<span class="p-l-1">How to add an alert</span>
|
||||
<span class="p-l-1">Adding an Alert</span>
|
||||
</h2>
|
||||
|
||||
<a class="modal-header-close" ng-click="dismiss();">
|
||||
@ -12,7 +12,7 @@
|
||||
|
||||
|
||||
<div class="modal-content">
|
||||
<p class="p-a-2 text-center offset-lg-2 col-lg-8">
|
||||
<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>
|
||||
|
Loading…
Reference in New Issue
Block a user