Project

General

Profile

« Previous | Next » 

Revision 62563

Added by John Balasis over 1 year ago

updated compatibility labels

View differences:

datasource-new-interface-form.component.html
48 48
      </div>
49 49

  
50 50
      <div class="md-input-wrapper md-input-filled uk-margin-medium-top">
51
        <label style="top: -16px" class="" for="compLvl" title="{{ compatibilityLevelDesc.desc }}">Desired Compatibility Level (*)</label>
51
        <div>
52
          <label class="" for="compLvl" title="{{ compatibilityLevelDesc.desc }}">Select the Guidelines with which your data source is compatible.
53
            Please note that the Aggregation Team will evaluate the compatibility, so the actual compliance level may be different from which you chose.
54
          </label>
55
        </div>
52 56
        <select class="md-input" id="compLvl" formControlName="desiredCompatibilityLevel" (change)="checkIfValid()">
53 57
          <option value="">-- none selected --</option>
54 58
          <option *ngFor="let key of classCodes" value="{{key}}">{{compClasses[key]}}</option>
......
57 61
      </div>
58 62

  
59 63
      <div class="uk-margin-medium-top">
60
        <label class="">Current Compatibility Level</label>
61
        <div>{{(repoInterfaceForm.get('compatibilityLevel').value && repoInterfaceForm.get('compatibilityLevel').value !== 'UNKNOWN')
64
        <label class="">Compatible level returned by the Validator tool after your request to register the interface.</label>
65
        <div class="uk-margin-small-top">{{(repoInterfaceForm.get('compatibilityLevel').value && repoInterfaceForm.get('compatibilityLevel').value !== 'UNKNOWN')
62 66
          ? this.compClasses[repoInterfaceForm.get('compatibilityLevel').value] : 'not available' }}</div>
63 67
      </div>
64 68

  
65 69
      <div class="uk-margin-medium-top">
66
        <label class="">Compatibility Level Override</label>
67
        <div>{{repoInterfaceForm.get('compatibilityLevelOverride').value ? this.compClasses[repoInterfaceForm.get('compatibilityLevelOverride').value] : 'not available' }}</div>
70
        <label class="">Actual compatibility level of your data source, according to the validation process by the Aggregation Team. This is the compatibility level displayed on the data source public page in EXPLORE</label>
71
        <div class="uk-margin-small-top">{{repoInterfaceForm.get('compatibilityLevelOverride').value ? this.compClasses[repoInterfaceForm.get('compatibilityLevelOverride').value] : 'not available' }}</div>
68 72
      </div>
69 73

  
70 74
      <div class="uk-margin-medium-top">

Also available in: Unified diff