From 520310735b74d0e420a7bef5905381fa62bc72d8 Mon Sep 17 00:00:00 2001 From: Mario Romano Date: Thu, 14 Jul 2016 20:51:10 +0100 Subject: [PATCH] set host url in the left menu bar --- demo-shell-ng2/app/app.component.html | 5 +++++ demo-shell-ng2/app/app.component.ts | 1 + 2 files changed, 6 insertions(+) diff --git a/demo-shell-ng2/app/app.component.html b/demo-shell-ng2/app/app.component.html index da422e7ec5..1bebaaa88c 100644 --- a/demo-shell-ng2/app/app.component.html +++ b/demo-shell-ng2/app/app.component.html @@ -61,6 +61,11 @@ + Configurations +
diff --git a/demo-shell-ng2/app/app.component.ts b/demo-shell-ng2/app/app.component.ts index 580ddaa81e..6c00463c70 100644 --- a/demo-shell-ng2/app/app.component.ts +++ b/demo-shell-ng2/app/app.component.ts @@ -61,6 +61,7 @@ declare var document: any; export class AppComponent { translate: AlfrescoTranslationService; searchTerm: string = ''; + hostecm: string = 'http://localhost:8080'; ecmHost: string = 'http://localhost:8080'; bpmHost: string = 'http://localhost:9999';