remove not used input

This commit is contained in:
Eugenio Romano
2016-08-04 22:23:24 +01:00
parent a44d1cb644
commit 8257a17a94

View File

@@ -39,12 +39,6 @@ import {
operations.
</div>
<hr>
<label for="token"><b>Insert a scriptPath</b></label><br>
<input id="token" type="text" size="48" [(ngModel)]="scriptPath"><br>
<label for="token"><b>Insert a contextRoot</b></label><br>
<input id="token" type="text" size="48" [(ngModel)]="contextRoot"><br>
<label for="token"><b>Insert a servicePath</b></label><br>
<input id="token" type="text" size="48" [(ngModel)]="servicePath"><br>
<div class="container" *ngIf="authenticated">
<alfresco-viewer
[showViewer]="true"