diff --git a/dmp-frontend/karma.conf.js b/dmp-frontend/karma.conf.js index af139fada..0840f6ca5 100644 --- a/dmp-frontend/karma.conf.js +++ b/dmp-frontend/karma.conf.js @@ -4,24 +4,22 @@ module.exports = function (config) { config.set({ basePath: '', - frameworks: ['jasmine', '@angular/cli'], + frameworks: ['jasmine', '@angular-devkit/build-angular'], plugins: [ require('karma-jasmine'), require('karma-chrome-launcher'), require('karma-jasmine-html-reporter'), require('karma-coverage-istanbul-reporter'), - require('@angular/cli/plugins/karma') + require('@angular-devkit/build-angular/plugins/karma') ], client:{ clearContext: false // leave Jasmine Spec Runner output visible in browser }, coverageIstanbulReporter: { - reports: [ 'html', 'lcovonly' ], + dir: require('path').join(__dirname, 'coverage'), reports: [ 'html', 'lcovonly' ], fixWebpackSourcePaths: true }, - angularCli: { - environment: 'dev' - }, + reporters: ['progress', 'kjhtml'], port: 9876, colors: true, diff --git a/dmp-frontend/src/app/app-routing.module.ts b/dmp-frontend/src/app/app-routing.module.ts index ac9c630c0..7fd32336b 100644 --- a/dmp-frontend/src/app/app-routing.module.ts +++ b/dmp-frontend/src/app/app-routing.module.ts @@ -68,7 +68,7 @@ const appRoutes: Routes = [ path: '', redirectTo: '/welcome', data: { - breadcrumbs: true + breadcrumbs: false }, pathMatch: 'full' }, @@ -94,7 +94,7 @@ const appRoutes: Routes = [ path: "welcome", component: WelcomepageComponent, data: { - breadcrumb: true + breadcrumb: false }, }, { diff --git a/dmp-frontend/src/app/app.component.html b/dmp-frontend/src/app/app.component.html index cbb177565..cf99e1dfe 100644 --- a/dmp-frontend/src/app/app.component.html +++ b/dmp-frontend/src/app/app.component.html @@ -9,7 +9,9 @@
- +

+ +

diff --git a/dmp-frontend/src/app/datasets/dataset-wizard/dataset-wizard.component.html b/dmp-frontend/src/app/datasets/dataset-wizard/dataset-wizard.component.html index eb5708df5..15e5a871a 100644 --- a/dmp-frontend/src/app/datasets/dataset-wizard/dataset-wizard.component.html +++ b/dmp-frontend/src/app/datasets/dataset-wizard/dataset-wizard.component.html @@ -1,6 +1,6 @@
-

New {{datasetWizardModel?.dmp?.project?.label}} Dataset

-

{{datasetWizardModel?.dmp?.project?.label}} Dataset

+

New Dataset

+

{{datasetWizardModel.label}} Dataset