File tree Expand file tree Collapse file tree
app-lob/src/assets/images/grid-crm Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ import { RouterModule } from '@angular/router';
1717import { BrowserAnimationsModule } from '@angular/platform-browser/animations' ;
1818import { FormsModule } from '@angular/forms' ;
1919import { IgxPreventDocumentScrollModule } from '../../src/app/directives/prevent-scroll.directive' ;
20- import { GridsCrmModule } from '../../projects/app-crm/src/app/grid-crm/grid-crm.module' ;
2120
2221export class GridCRMConfigGenerator implements IConfigGenerator {
2322 public generateConfigs ( ) : Config [ ] {
@@ -29,8 +28,7 @@ export class GridCRMConfigGenerator implements IConfigGenerator {
2928 '/src/app/directives/prevent-scroll.directive.ts' ,
3029 '/projects/app-crm/src/_app-layout.scss' ,
3130 '/projects/app-crm/src/_variables.scss' ,
32- '/projects/app-crm/src/app/grid-crm/data.ts' ,
33- '/projects/app-crm/src/assets/images/propeller-logo.svg'
31+ '/projects/app-crm/src/app/grid-crm/data.ts'
3432 ] ,
3533 additionalDependencies : [ ] ,
3634 appModuleConfig : new AppModuleConfig ( {
Original file line number Diff line number Diff line change 1010 < div class ="crm-toolbar-template ">
1111 < div class ="crm-sample-toolbar__title ">
1212 < span class ="logo-propeller ">
13- < img width ="28px " height ="28px " src ="assets/images/propeller-logo.svg " class ="animated-fan " />
13+ < img width ="28px " height ="28px " src ="assets/images/grid-crm/ propeller-logo.svg " class ="animated-fan " />
1414 </ span >
1515 < span class ="crm-sample-toolbar__ellipsis "> Business Propeller</ span >
1616 </ div >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments