File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22igRegisterScript ( "WebGridHeaderRowSelectorTemplate" , ( ctx ) => {
33 var html = window . igTemplating . html ;
44 return html `< div style ="width: 70px;height: 60px;display: flex; ">
5- < img src ="https://dl.infragistics.com/x/img/browser /ig.png " class ="header-image ">
5+ < img src ="https://dl.infragistics.com/x/img/browsers /ig.png " class ="header-image ">
66</ div > `;
77} , false ) ;
88//end template
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export class WebGridHeaderRowSelectorTemplate {
88 public webGridHeaderRowSelectorTemplate = ( e : { dataContext : IgrHeadSelectorTemplateContext } ) => {
99 return (
1010 < div style = { { width : '70px' , height : '60px' , display : 'flex' } } >
11- < img src = "https://dl.infragistics.com/x/img/browser /ig.png" className = "header-image" />
11+ < img src = "https://dl.infragistics.com/x/img/browsers /ig.png" className = "header-image" />
1212 </ div >
1313 ) ;
1414 }
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export class WebGridHeaderRowSelectorTemplate {
88 //begin content
99 public webGridHeaderRowSelectorTemplate = ( ctx : any ) => {
1010 return html `< div style ="width: 70px;height: 60px;display: flex; ">
11- < img src ="https://dl.infragistics.com/x/img/browser /ig.png " class ="header-image ">
11+ < img src ="https://dl.infragistics.com/x/img/browsers /ig.png " class ="header-image ">
1212 </ div > ` ;
1313 } ;
1414 //end content
You can’t perform that action at this time.
0 commit comments