SupportSnapshots: Show type icons in table (#55119)

pull/55138/head
Ryan McKinley 3 years ago committed by GitHub
parent 446b17f308
commit 927d97f1ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      public/app/features/dashboard/components/SupportSnapshot/utils.ts

@ -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…
Cancel
Save