Ver Fonte

stackdriver: no tags for annotations (yet)

fixes glitch where an empty tag shows up
Daniel Lee há 7 anos atrás
pai
commit
cf0189ab1a
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      public/app/plugins/datasource/stackdriver/datasource.ts

+ 1 - 1
public/app/plugins/datasource/stackdriver/datasource.ts

@@ -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],
       };
     });