Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
aaf013b3
Commit
aaf013b3
authored
Mar 17, 2017
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:grafana/grafana
parents
19516ebc
5cb51631
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
docs/sources/http_api/alerting.md
+1
-1
pkg/services/alerting/notifiers/opsgenie.go
+1
-1
public/app/features/panel/panel_directive.ts
+1
-0
No files found.
docs/sources/http_api/alerting.md
View file @
aaf013b3
...
@@ -87,7 +87,7 @@ This API can also be used to create, update and delete alert notifications.
...
@@ -87,7 +87,7 @@ This API can also be used to create, update and delete alert notifications.
{
{
"alertId": 1,
"alertId": 1,
"paused: true
"paused
"
: true
}
}
**Example Response**
:
**Example Response**
:
...
...
pkg/services/alerting/notifiers/opsgenie.go
View file @
aaf013b3
...
@@ -30,7 +30,7 @@ func init() {
...
@@ -30,7 +30,7 @@ func init() {
label="Auto close incidents"
label="Auto close incidents"
label-class="width-14"
label-class="width-14"
checked="ctrl.model.settings.autoClose"
checked="ctrl.model.settings.autoClose"
tooltip="Automatically close alerts in Ops
e
Genie once the alert goes back to ok.">
tooltip="Automatically close alerts in OpsGenie once the alert goes back to ok.">
</gf-form-switch>
</gf-form-switch>
</div>
</div>
`
,
`
,
...
...
public/app/features/panel/panel_directive.ts
View file @
aaf013b3
...
@@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope, $document) {
...
@@ -160,6 +160,7 @@ module.directive('grafanaPanel', function($rootScope, $document) {
classes
:
ctrl
.
error
?
'drop-error'
:
'drop-help'
,
classes
:
ctrl
.
error
?
'drop-error'
:
'drop-help'
,
openOn
:
'hover'
,
openOn
:
'hover'
,
hoverOpenDelay
:
100
,
hoverOpenDelay
:
100
,
constrainToScrollParent
:
false
,
});
});
}
}
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment