set host url in the left menu bar

This commit is contained in:
Mario Romano
2016-07-14 20:51:10 +01:00
parent 8fae7d1c34
commit 520310735b
2 changed files with 6 additions and 0 deletions

View File

@@ -61,6 +61,11 @@
<input type="text" class="mdl-textfield__input" id="bpmHost" data-automation-id="bpmHost" <input type="text" class="mdl-textfield__input" id="bpmHost" data-automation-id="bpmHost"
tabindex="1" (change)="onChangeBPMHost($event)" value="{{bpmHost}}"/> tabindex="1" (change)="onChangeBPMHost($event)" value="{{bpmHost}}"/>
</nav> </nav>
<span class="mdl-layout-title">Configurations</span>
<nav class="mdl-navigation">
<input type="text" class="mdl-textfield__input" id="hostecm" data-automation-id="hostecm"
tabindex="1" (change)="onChangeHost($event)" value="{{hostecm}}"/>
</nav>
</div> </div>
<main class="mdl-layout__content"> <main class="mdl-layout__content">
<div class="page-content"> <div class="page-content">

View File

@@ -61,6 +61,7 @@ declare var document: any;
export class AppComponent { export class AppComponent {
translate: AlfrescoTranslationService; translate: AlfrescoTranslationService;
searchTerm: string = ''; searchTerm: string = '';
hostecm: string = 'http://localhost:8080';
ecmHost: string = 'http://localhost:8080'; ecmHost: string = 'http://localhost:8080';
bpmHost: string = 'http://localhost:9999'; bpmHost: string = 'http://localhost:9999';