mirror of
https://github.com/prometheus/prometheus
synced 2025-03-03 12:08:51 +00:00
Point to correct place for GraphLinkForExpression
This commit is contained in:
parent
d770783777
commit
3da825fc76
@ -636,7 +636,7 @@ function parseGraphOptionsFromURL() {
|
||||
return options;
|
||||
}
|
||||
|
||||
// NOTE: This needs to be kept in sync with rules/helpers.go:GraphLinkForExpression!
|
||||
// NOTE: This needs to be kept in sync with /util/strutil/strconv.go:GraphLinkForExpression
|
||||
function storeGraphOptionsInURL() {
|
||||
var allGraphsOptions = [];
|
||||
for (var i = 0; i < graphs.length; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user