mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 22:53:56 -06:00
SupportSnapshots: Show type icons in table (#55119)
This commit is contained in:
parent
446b17f308
commit
927d97f1ab
@ -140,6 +140,9 @@ export async function getDebugDashboard(panel: PanelModel, rand: Randomize, time
|
||||
type: 'grafana',
|
||||
uid: 'grafana',
|
||||
},
|
||||
options: {
|
||||
showTypeIcons: true,
|
||||
},
|
||||
targets: [
|
||||
{
|
||||
refId: 'A',
|
||||
@ -273,6 +276,9 @@ const embeddedDataTemplate: any = {
|
||||
x: 0,
|
||||
y: 13,
|
||||
},
|
||||
options: {
|
||||
showTypeIcons: true,
|
||||
},
|
||||
targets: [
|
||||
{
|
||||
datasource: {
|
||||
|
Loading…
Reference in New Issue
Block a user