Project

General

Profile

« Previous | Next » 

Revision 50592

renewed home page/posted successfully!

View differences:

datasource-interface-form.component.html
15 15
        <span *ngIf="identifiedBaseUrl" class="help-block inline" style="margin-top: 0px; margin-bottom: 0px; padding-left: 10px;">
16 16
          Identified
17 17
        </span>
18
        <input id="baseUrl" type="text" class="form-control" formControlName="baseUrl" required="true" (blur)="identifyBaseUrl()">
18
        <input id="baseUrl" type="text" class="form-control" formControlName="baseUrl" required="true" (blur)="getInterfaceInfo(this.group.get('baseUrl').value)">
19 19
      </div>
20 20
      <div class="form-group">
21 21
        <label class="control-label">Validation Set</label>
......
27 27
        </div>
28 28
        <select id="selectValidationSet{{index}}" formControlName="selectValidationSet" class="form-control" >
29 29
          <option value="" selected>-- none selected --</option>
30
          <option *ngFor="let set of valSets" value="{{set}}">{{set}}</option>
30
          <option *ngFor="let set of interfaceInfo.sets" value="{{set}}">{{set}}</option>
31 31
        </select>
32 32
        <div>
33 33
          <label class="uk-button validationSetRadio" for="customRadio{{index}}">
......
47 47
      <div>
48 48
        <label class="uk-form-controls-text control-label">Current Compatibility Level</label>
49 49
        <div *ngIf="compLvl == ''">not available</div>
50
        <div *ngIf="compLvl != ''">{{ compLvl.value }}</div>
50
        <div *ngIf="compLvl != ''">{{ compClasses[compLvl.value] }}</div>
51 51
      </div>
52 52
    </div>
53 53
  </div>

Also available in: Unified diff