Initial changes for query store dashboard (#24272)

* create empty query store dashboard

* add placeholder report content

* cleanup

* more cleanup
This commit is contained in:
Kim Santiago
2023-09-06 14:00:58 -07:00
committed by GitHub
parent 52a76073f5
commit 9f4e19f3db
8 changed files with 73 additions and 34 deletions

View File

@@ -33,13 +33,8 @@
"contributes": {
"commands": [
{
"command": "queryStore.topResourceConsumingQueriesOpen",
"title": "%queryStore.topResourceConsumingQueriesOpen%",
"category": "%queryStore.category%"
},
{
"command": "queryStore.overallResourceConsumptionOpen",
"title": "%queryStore.overallResourceConsumptionOpen%",
"command": "queryStore.openQueryStoreDashboard",
"title": "%queryStore.openQueryStoreDashboard%",
"category": "%queryStore.category%"
}
],