Skip to content

Commit

Permalink
fix query for product type in inventory dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Hain committed Dec 6, 2024
1 parent 6b085c5 commit e7d8fb5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@
"refId": "A"
}
],
"title": "Inventory Total By Device Type",
"title": "Inventory Total By Product Name",
"type": "piechart"
},
{
Expand Down Expand Up @@ -249,14 +249,14 @@
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "sum(f5_system_info) by (system_product_name)",
"expr": "sum(f5_system_info) by (f5_system_marketing_name)",
"instant": false,
"legendFormat": "__auto",
"range": true,
"refId": "A"
}
],
"title": "Inventory Total By Device Type",
"title": "Inventory Total By Porduct Type",
"type": "piechart"
},
{
Expand Down

0 comments on commit e7d8fb5

Please sign in to comment.