mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Merge branch 'master' of github.com:grafana/grafana
This commit is contained in:
commit
aaf013b360
@ -87,7 +87,7 @@ This API can also be used to create, update and delete alert notifications.
|
||||
|
||||
{
|
||||
"alertId": 1,
|
||||
"paused: true
|
||||
"paused": true
|
||||
}
|
||||
|
||||
**Example Response**:
|
||||
|
@ -30,7 +30,7 @@ func init() {
|
||||
label="Auto close incidents"
|
||||
label-class="width-14"
|
||||
checked="ctrl.model.settings.autoClose"
|
||||
tooltip="Automatically close alerts in OpseGenie once the alert goes back to ok.">
|
||||
tooltip="Automatically close alerts in OpsGenie once the alert goes back to ok.">
|
||||
</gf-form-switch>
|
||||
</div>
|
||||
`,
|
||||
|
@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope, $document) {
|
||||
classes: ctrl.error ? 'drop-error' : 'drop-help',
|
||||
openOn: 'hover',
|
||||
hoverOpenDelay: 100,
|
||||
constrainToScrollParent: false,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user