From 622ed57a8f44187278d59c9c5506f5b62d664987 Mon Sep 17 00:00:00 2001 From: "argiro.kokogiannaki" Date: Fri, 15 Jun 2018 13:03:36 +0000 Subject: [PATCH] Bottom: change classes for route links to be visible env-properties.ts: add a new field for Community content git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@52503 d315682c-612b-4755-9ff5-7f18f6832af3 --- sharedComponents/bottom.component.html | 4 ++-- utils/properties/env-properties.ts | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sharedComponents/bottom.component.html b/sharedComponents/bottom.component.html index 5814bda1..715bbcae 100644 --- a/sharedComponents/bottom.component.html +++ b/sharedComponents/bottom.component.html @@ -34,8 +34,8 @@ diff --git a/utils/properties/env-properties.ts b/utils/properties/env-properties.ts index 405ade60..70a9ef8f 100644 --- a/utils/properties/env-properties.ts +++ b/utils/properties/env-properties.ts @@ -5,6 +5,7 @@ export class EnvProperties { enablePiwikTrack:boolean ; enableHelper:boolean; useCache:boolean ; + showContent:boolean ; metricsAPIURL; framesAPIURL;