mirror of
https://github.com/grafana/grafana.git
synced 2025-02-14 01:23:32 -06:00
stackdriver: no tags for annotations (yet)
fixes glitch where an empty tag shows up
This commit is contained in:
parent
296fd35d47
commit
cf0189ab1a
@ -158,7 +158,7 @@ export default class StackdriverDatasource {
|
||||
annotation: annotation,
|
||||
time: Date.parse(v[0]),
|
||||
title: v[1],
|
||||
tags: [v[2]],
|
||||
tags: [],
|
||||
text: v[3],
|
||||
};
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user