TableCell: show JSON rather than [object Object] (#23683)

This commit is contained in:
Ryan McKinley
2020-04-20 11:10:03 -07:00
committed by GitHub
parent 229176f1b0
commit 9464115fc0
8 changed files with 111 additions and 9 deletions

View File

@@ -266,6 +266,15 @@ func init() {
},
})
registerScenario(&Scenario{
Id: "grafana_api",
Name: "Grafana API",
Handler: func(query *tsdb.Query, context *tsdb.TsdbQuery) *tsdb.QueryResult {
// Real work is in javascript client
return tsdb.NewQueryResult()
},
})
registerScenario(&Scenario{
Id: "table_static",
Name: "Table Static",