new dashboard icon (#20087)

This commit is contained in:
Alan Ren
2022-07-19 15:00:26 -07:00
committed by GitHub
parent db3dda8519
commit bd36467b99
2 changed files with 24 additions and 2 deletions

View File

@@ -1559,6 +1559,9 @@
},
"execution-plan-compare": {
"iconPath": "./images/execution-plan-compare.svg"
},
"dashboard": {
"iconPath": "./images/dashboard.svg"
}
},
"file": "_default",
@@ -1865,7 +1868,7 @@
"todo": "_todo",
"npm-debug.log": "_npm_ignored",
// {{SQL CARBON EDIT}}
"dashboard": "_default",
"dashboard": "dashboard",
"profiler": "_csv",
"Schema Compare": "scmp_dark",
"table-basic": "table-basic",
@@ -2336,7 +2339,6 @@
"procfile": "_heroku_light",
"npm-debug.log": "_npm_ignored_light",
// {{SQL CARBON EDIT}}
"dashboard": "_default_light",
"profiler": "_csv_light",
"Schema Compare": "scmp"
}