mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Fix single line naming
This commit is contained in:
parent
f231af07f9
commit
4a4708e3fd
@ -194,7 +194,8 @@ function (angular, _, kbn) {
|
||||
});
|
||||
|
||||
_.each(datapoints, function(values) {
|
||||
if (values[0] == null) {
|
||||
// this gets stringified on its way out of _.pair... sigh
|
||||
if (values[0] == "null") {
|
||||
output.push({ target: target, datapoints: values[1]});
|
||||
} else {
|
||||
output.push({ target: values[0] + "-" + target, datapoints: values[1] });
|
||||
|
Loading…
Reference in New Issue
Block a user