Project

General

Profile

« Previous | Next » 

Revision 54548

added text truncate class to the admin metrics table id cell

View differences:

adminPg-metrics.component.html
40 40
              </thead>
41 41
              <tbody>
42 42
              <tr class="el-item" *ngFor="let piwik of piwiks">
43
                <td class="uk-table-shrink">
43
                <td class="uk-table-shrink uk-text-truncate">
44 44
                  {{ piwik.repositoryName }}<br>(ID: {{ piwik.repositoryId }})
45 45
                </td>
46 46
                <td class="uk-table-shrink">ID: {{ piwik.siteId }}<br>Authentication Token: {{ piwik.authenticationToken }}</td>

Also available in: Unified diff