3707 Kusto Icon Fix (#12621)

* 3707 Changed getIconpath in serverTreeRenderer to always set iconPath if iconId is undefined. Changed renderConnection to always renderServerIcon

* 3707 Added default flag to KustoIcon in package.json

* fix caching issue

* 3707 Changed default to optional variable. Updated asyncServerTreeRenderer > getIconPath to check for default

* 3707 Changed logic for setting iconPath in getIconPath

Co-authored-by: chgagnon <chgagnon@microsoft.com>
This commit is contained in:
Justin M
2020-09-25 16:49:33 -07:00
committed by GitHub
parent 037d638927
commit 5396ed855c
5 changed files with 19 additions and 22 deletions

View File

@@ -223,7 +223,8 @@
"path": {
"light": "resources/light/azureDE.svg",
"dark": "resources/dark/azureDE_inverse.svg"
}
},
"default": true
},
{
"id": "kusto:cluster",