Project

General

Profile

« Previous | Next » 

Revision 51651

changed registration mechanism - added metrics usage statistics report page

View differences:

register-datasource-shareable.component.html
23 23
                </div>
24 24
                <div class="form-group">
25 25
                  <label class="control-label">Start typing in the name of your repository to narrow down the view</label>
26
                  <input #searchBox id="searchBox" class="form-control" type="text" [disabled]="(!hasSelectedCountry)" />
26
                  <input #searchInput id="searchInput" class="form-control" type="text" [disabled]="(!hasSelectedCountry)" (keyup)="searchTerm($event)" />
27 27
                </div>
28 28
              </div>
29 29
              <div *ngIf="selectedCountry">
......
38 38
                </div>
39 39
                <div class="uk-alert uk-alert-warning" *ngIf="noRepositories">{{ noRepositories }}</div>
40 40
                <div class="repositoriesRadioButtonForm" *ngIf="countryRepos">
41
                  <!--<div class="form-group"
42
                       *ngFor="let repo of countryRepos | repoFilter: searchBox">-->
43
                  <div class="form-group">
41
                  <div class="form-group"
42
                       *ngFor="let repo of countryRepos | repoFilter: searchBox">
43
                  <!--<div class="form-group">-->
44 44
                    <label for="{{ repo.id }}"
45 45
                           class="uk-button uk-link-muted visible_uk_links"
46 46
                           style="display: block; text-align: left;">

Also available in: Unified diff