mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
set host url in the left menu bar
This commit is contained in:
@@ -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">
|
||||||
|
@@ -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';
|
||||||
|
Reference in New Issue
Block a user