forked from grafana.jool/grafana-jool
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
389 B
22 lines
389 B
{
|
|
"type": "panel",
|
|
"name": "Table",
|
|
"id": "table",
|
|
|
|
"models": {
|
|
"version": [1, 0],
|
|
"changed": "2021/03/30"
|
|
},
|
|
|
|
"info": {
|
|
"description": "Supports many column styles",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/icn-table-panel.svg",
|
|
"large": "img/icn-table-panel.svg"
|
|
}
|
|
}
|
|
}
|
|
|