From fc936a1673154535da4a201a398386a4670392dd Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Wed, 16 Oct 2019 11:01:14 +0000 Subject: [PATCH] [Connect|Trunk] Properties: add property "dashboard" use it in navbar git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-connect-portal/trunk@57391 d315682c-612b-4755-9ff5-7f18f6832af3 --- deploy/beta-properties.json | 1 + deploy/production-properties.json | 1 + src/app/app.component.ts | 4 ++-- src/assets/env-properties.json | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/deploy/beta-properties.json b/deploy/beta-properties.json index 5458ea4..5d4b413 100644 --- a/deploy/beta-properties.json +++ b/deploy/beta-properties.json @@ -1,5 +1,6 @@ { "environment" : "beta", + "dashboard" : "connect", "enablePiwikTrack" : true, "useCache" : true, "showContent" : true, diff --git a/deploy/production-properties.json b/deploy/production-properties.json index 95e1086..c705e8e 100644 --- a/deploy/production-properties.json +++ b/deploy/production-properties.json @@ -1,5 +1,6 @@ { "environment" : "production", + "dashboard" : "connect", "enablePiwikTrack" : false, "useCache" : true, "showContent" : true, diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 44de09a..862c14e 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -19,10 +19,10 @@ import {UserManagementService} from "./openaireLibrary/services/user-management. `], template: `
- - diff --git a/src/assets/env-properties.json b/src/assets/env-properties.json index 6b38c8b..00a645b 100644 --- a/src/assets/env-properties.json +++ b/src/assets/env-properties.json @@ -1,5 +1,6 @@ { "environment" : "development", + "dashboard" : "connect", "enablePiwikTrack" : false, "useCache" : false, "showContent" : true,