Project

General

Profile

« Previous | Next » 

Revision 53601

fixed some bugs

View differences:

register-datasource-shareable.component.html
11 11
                </a>
12 12
                . <br>
13 13
                <span *ngIf="latestUpdate && (latestUpdate !== null)">
14
			<b>Last Updated: </b>{{ latestUpdate }}
15
		</span>
14
                  <b>Last Updated: </b>{{ latestUpdate }}
15
                </span>
16 16
              </div>
17 17
              <div>
18 18
                <div class="form-group">
......
38 38
                  <div class="whiteFilm"></div>
39 39
                </div>
40 40
                <div class="uk-alert uk-alert-warning" *ngIf="noRepositories">{{ noRepositories }}</div>
41
                <div class="repositoriesRadioButtonForm" *ngIf="countryRepos">
41
                <div class="repositoriesRadioButtonForm" *ngIf="countryRepos && !loadingMessage">
42 42
                  <div class="form-group"
43 43
                       *ngFor="let repo of countryRepos | repoFilter: searchBox">
44 44
                  <!--<div class="form-group">-->

Also available in: Unified diff