From f2f1c89470af4dfdeeb1fec7f41dc304e22a791e Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Wed, 16 Oct 2019 10:41:20 +0000 Subject: [PATCH] [Explore|Trunk] Properties: add property "dashboard" use it in navbar git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-portal/trunk@57386 d315682c-612b-4755-9ff5-7f18f6832af3 --- explore/deploy/beta-properties.json | 1 + explore/deploy/production-properties.json | 1 + explore/deploy/test-properties.json | 1 + explore/src/app/app.component.ts | 2 +- explore/src/assets/env-properties.json | 1 + 5 files changed, 5 insertions(+), 1 deletion(-) diff --git a/explore/deploy/beta-properties.json b/explore/deploy/beta-properties.json index 56dcbf13..df829f22 100644 --- a/explore/deploy/beta-properties.json +++ b/explore/deploy/beta-properties.json @@ -1,5 +1,6 @@ { "environment" : "beta", + "dashboard" : "explore", "enablePiwikTrack" : true, "useCache" : true, "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/", diff --git a/explore/deploy/production-properties.json b/explore/deploy/production-properties.json index df5bcfbf..ba7291ef 100644 --- a/explore/deploy/production-properties.json +++ b/explore/deploy/production-properties.json @@ -1,5 +1,6 @@ { "environment" : "production", + "dashboard" : "explore", "enablePiwikTrack" : true, "useCache" : true, "metricsAPIURL" : "https://services.openaire.eu/usagestats/", diff --git a/explore/deploy/test-properties.json b/explore/deploy/test-properties.json index f9f315f8..3b8eef1d 100644 --- a/explore/deploy/test-properties.json +++ b/explore/deploy/test-properties.json @@ -1,5 +1,6 @@ { "environment" : "test", + "dashboard" : "explore", "enablePiwikTrack" : false, "enableHelper" : true, "useCache" : true, diff --git a/explore/src/app/app.component.ts b/explore/src/app/app.component.ts index 59685bd2..2659aac5 100644 --- a/explore/src/app/app.component.ts +++ b/explore/src/app/app.component.ts @@ -17,7 +17,7 @@ import {UserManagementService} from "./openaireLibrary/services/user-management. `], template: ` -
diff --git a/explore/src/assets/env-properties.json b/explore/src/assets/env-properties.json index f3cc1cfc..d56b88b3 100644 --- a/explore/src/assets/env-properties.json +++ b/explore/src/assets/env-properties.json @@ -1,5 +1,6 @@ { "environment" : "development", + "dashboard" : "explore", "enablePiwikTrack" : false, "useCache" : true, "metricsAPIURL" : "https://beta.services.openaire.eu/usagestats/",