Project

General

Profile

« Previous | Next » 

Revision 54767

[Library]

Display Claims:
Hide recent claims section
add status column in all claims

View differences:

claimResultSearchForm.component.html
51 51

  
52 52
        <div *ngIf="activeTab == 'crossref'" id="crossref" >
53 53
          <div  class="uk-margin-top" >
54
            <div *ngIf="crossrefStatus == errorCodes.LOADING" class="uk-animation-fade uk-margin-top  uk-width-1-1" role="alert">s</div>
54
            <div *ngIf="crossrefStatus == errorCodes.LOADING" class="uk-animation-fade uk-margin-top  uk-width-1-1" role="alert"></div>
55 55
            <div *ngIf="crossrefStatus != errorCodes.LOADING && crossrefResults.length == 0" class="uk-alert uk-alert-primary" role="alert">No Results found</div>
56 56
            <div *ngIf="crossrefStatus == errorCodes.ERROR" class="uk-alert uk-alert-warning" role="alert">An Error Occured</div>
57 57
            <div *ngIf="crossrefStatus == errorCodes.NOT_AVAILABLE" class="uk-alert uk-alert-danger" role="alert">Service not available</div>

Also available in: Unified diff