mirror of https://github.com/grafana/grafana
parent
1ffcea1952
commit
d83e24572a
@ -0,0 +1,5 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Dashboard list", |
||||
"id": "dashlist" |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Graph", |
||||
"id": "graph" |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Singlestat", |
||||
"id": "singlestat" |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Table", |
||||
"id": "table" |
||||
} |
@ -0,0 +1,5 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Text", |
||||
"id": "text" |
||||
} |
@ -1,7 +0,0 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Dashboard list", |
||||
"id": "dashlist", |
||||
|
||||
"module": "app/plugins/panels/dashlist/module" |
||||
} |
@ -1,7 +0,0 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Graph", |
||||
"id": "graph", |
||||
|
||||
"module": "app/plugins/panels/graph/module" |
||||
} |
@ -1,7 +0,0 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Singlestat", |
||||
"id": "singlestat", |
||||
|
||||
"module": "app/plugins/panels/singlestat/module" |
||||
} |
@ -1,7 +0,0 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Table", |
||||
"id": "table", |
||||
|
||||
"module": "app/plugins/panels/table/module" |
||||
} |
@ -1,7 +0,0 @@ |
||||
{ |
||||
"type": "panel", |
||||
"name": "Text", |
||||
"id": "text", |
||||
|
||||
"module": "app/plugins/panels/text/module" |
||||
} |
Loading…
Reference in new issue