Project

General

Profile

« Previous | Next » 

Revision 53189

finished with the usagestats bugs

View differences:

metrics-usagestats-report-results.component.html
131 131
                                <td *ngIf="chosenReport !== 'RR1'">{{ item.ItemName }}</td>
132 132
                                <td *ngIf="chosenReport !== 'RR1'">{{ item.ItemPublisher }}</td>
133 133
                                <td *ngIf="chosenReport === 'RR1'">{{ item.ItemPlatform }}</td>
134
                                <td>
134
                                <td style="min-width: 300px;">
135 135
                                  <span *ngFor="let url of transformItem(item.ItemIdentifier); let i = index">
136 136
                                    <br *ngIf="i>0">{{ url }}
137 137
                                  </span>

Also available in: Unified diff