mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Display tag values whenever a tag is part of the query (opentsdb datasource)
This commit is contained in:
@@ -33,9 +33,7 @@ function (angular, _, kbn) {
|
||||
var groupByTags = {};
|
||||
_.each(queries, function(query) {
|
||||
_.each(query.tags, function(val, key) {
|
||||
if (val === "*") {
|
||||
groupByTags[key] = true;
|
||||
}
|
||||
groupByTags[key] = true;
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user