This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
prometheus
mirror of
https://github.com/prometheus/prometheus
Watch
1
Star
0
Fork
You've already forked prometheus
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f52baf02ab
prometheus
/
web
/
static
/
js
/
alerts.js
6 lines
98 B
JavaScript
Raw
Blame
History
function
init
(
)
{
$
(
".alert_header"
)
.
click
(
function
(
)
{
$
(
this
)
.
next
(
)
.
toggle
(
)
;
}
)
;
}
$
(
init
)
;
Reference in New Issue
View Git Blame
Copy Permalink