Project

General

Profile

« Previous | Next » 

Revision 56473

Registration Admin Page table: registeredby added

View differences:

registration.component.html
1 1
<div class="uk-grid-margin uk-grid uk-grid-stack" uk-grid="">
2 2
  <div class="uk-width-1-1@m uk-first-column">
3 3

  
4
    <h1 class="uk-h2">Metrics Admin</h1>
4
    <h1 class="uk-h2">Registration Admin Page</h1>
5 5

  
6 6
    <!-- TOP HELP CONTENT -->
7 7
    <help-content #topHelperContent [position]="'top'"
......
30 30
          </div>
31 31

  
32 32
          <div class="uk-grid">
33
            <div class="uk-width-1-1@m">
33
            <div class="uk-width-1-1@m" style="padding-left: 55px">
34 34
              <form [formGroup]="dataForm" class="uk-form-horizontal uk-width-1-4@m  uk-float-right">
35 35
                <div class="uk-margin">
36 36
                  <label class="uk-form-label uk-text-right" for="pageSize">Items per page: </label>
......
124 124
                </thead>
125 125
                <tbody>
126 126
                <tr *ngFor="let res of repositorySnippet">
127
                  <td class="uk-width-1-6@m">{{res.officialname}} <br> ({{res.id}})</td>
127
                  <td class="uk-width-1-6@m">{{res.officialname}} <br> ({{res.id}}) <br> {{res.registeredby}}</td>
128 128
                  <td >{{res.registrationdate}}</td>
129
                  <td> <div *ngFor="let organization of res.organizations">{{organization.legalname + ', ' + getCountryName(organization.country)}}<br></div></td>
129
                  <td> <div *ngFor="let organization of res.organizations">{{organization.legalname + ' (' + getCountryName(organization.country)}})<br></div></td>
130 130
                  <td>{{res.typology.split('::')[1]}}</td>
131 131
                </tr>
132 132
                </tbody>

Also available in: Unified diff