Project

General

Profile

« Previous | Next » 

Revision 62552

Added by John Balasis over 1 year ago

finalizing update interfaces

View differences:

datasource-new-interface-form.component.html
29 29
        <span *ngIf="showIdentifiedBaseUrl" class="help-block inline" style="margin-top: 8px; margin-bottom: 0px; padding-left: 10px; display: block;">
30 30
          Identified
31 31
        </span>
32
        <input id="baseurl" type="text" class="md-input" [ngClass]="{'uk-disabled': this.repoInterfaceForm.get('compatibilityLevel').value}"
32
        <input id="baseurl" type="text" class="md-input" [ngClass]="{'uk-disabled': showIdentifiedBaseUrl}"
33 33
               formControlName="baseurl" (blur)="getInterfaceInfo()">
34 34
        <span class="md-input-bar"></span>
35 35
      </div>

Also available in: Unified diff