@@ -42,6 +42,7 @@ const iconsRootPath = 'assets/icons';
4242 { key : IconType . Dashboard , url : `${ iconsRootPath } /dashboard.svg` } ,
4343 { key : IconType . Device , url : `${ iconsRootPath } /device.svg` } ,
4444 { key : IconType . Download , url : `${ iconsRootPath } /download.svg` } ,
45+ { key : IconType . DrilldownFilter , url : `${ iconsRootPath } /drilldown-filter.svg` } ,
4546 { key : IconType . Edge , url : `${ iconsRootPath } /edge.svg` } ,
4647 { key : IconType . ExpandAll , url : `${ iconsRootPath } /expand-all.svg` } ,
4748 { key : IconType . Expanded , url : `${ iconsRootPath } /minus-circle.svg` } ,
@@ -51,7 +52,6 @@ const iconsRootPath = 'assets/icons';
5152 { key : IconType . Eye , url : `${ iconsRootPath } /eye.svg` } ,
5253 { key : IconType . FileCode , url : `${ iconsRootPath } /file-code.svg` } ,
5354 { key : IconType . Filter , url : `${ iconsRootPath } /filter.svg` } ,
54- { key : IconType . FilterSpecial , url : `${ iconsRootPath } /filter-special.svg` } ,
5555 { key : IconType . Go , url : `${ iconsRootPath } /go.svg` } ,
5656 { key : IconType . Helm , url : `${ iconsRootPath } /helm.svg` } ,
5757 { key : IconType . Hypertrace , url : `${ iconsRootPath } /hypertrace.svg` } ,
0 commit comments