From c5b9345f02212ddc3ec2dcaeb9e2c6cede27f4f3 Mon Sep 17 00:00:00 2001 From: Argiro Kokogiannaki Date: Thu, 4 Jun 2020 11:30:26 +0000 Subject: [PATCH] [Monitor Dashboard | Trunk] Update stakeholder page according to the new mocks clean up monitor-custom.css add theme page route App component: pass parameter for minimenu and front page git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@58837 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/app-routing.module.ts | 2 + src/app/app.component.html | 7 +- src/app/app.component.ts | 14 ++- src/app/monitor/monitor.component.html | 125 +++++++++---------- src/app/monitor/monitor.component.ts | 18 ++- src/assets/logo-large-monitor.png | Bin 0 -> 221210 bytes src/assets/logo-small-monitor.png | Bin 0 -> 8018 bytes src/assets/monitor-custom.css | 119 ++++++------------ src/assets/theme-assets/dashboard-custom.css | 28 ++++- 9 files changed, 156 insertions(+), 157 deletions(-) create mode 100644 src/assets/logo-large-monitor.png create mode 100644 src/assets/logo-small-monitor.png diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 4051874..393a0ec 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -128,10 +128,12 @@ const routes: Routes = [ // resolve: { envSpecific: EnvironmentSpecificResolver }, // data: {hasAdminMenu: true} // }, + { path: 'theme', loadChildren: './openaireLibrary/utils/theme/theme.module#ThemeModule'}, { path: '', loadChildren: './monitor/monitor.module#MonitorModule', resolve: {envSpecific: EnvironmentSpecificResolver}, + data: {hasMiniMenu: true, isFrontPage: true} }, { path: '**', diff --git a/src/app/app.component.html b/src/app/app.component.html index 6c1b0de..9978cc8 100644 --- a/src/app/app.component.html +++ b/src/app/app.component.html @@ -1,6 +1,7 @@ -