Project

General

Profile

« Previous | Next » 

Revision 51830

fixed some bugs - fixed number of events shown in content/events

View differences:

repository-tiles.component.html
9 9
          <i class="fa fa-th-list"></i>
10 10
        </a>
11 11
      </div>
12
      <div class="m-b-md">
12
<!--      <div class="m-b-md">
13 13
        <h4 class="uk-h4 uk-text-primary uk-scrollspy-inview">
14 14
          <span><ng-content></ng-content></span>
15 15
        </h4>
16
      </div>
16
      </div>-->
17 17
    </div>
18 18
    <div class="uk-width-1-1">
19 19
      <div *ngIf="errorMessage" class="uk-alert uk-alert-danger">{{ errorMessage }}</div>
......
40 40
                      <div class="uk-first-column">
41 41
                        <h3 class="el-title uk-margin uk-h5 uk-margin-remove-adjacent uk-margin-small-bottom">{{ repo.officialName }}</h3>
42 42
                        <div class="{{ getBadgeCSS(repo) }}">
43
                          <span *ngIf="parent == 'contentEvents'">(</span>
43
                          <!--<span *ngIf="parent == 'contentEvents'">(</span>-->
44 44
                          {{ getBadgeText(repo) }}
45
                          <span *ngIf="parent == 'contentEvents'"> events)</span>
45
                          <!--<span *ngIf="parent == 'contentEvents'"> events)</span>-->
46 46
                        </div>
47 47
                      </div>
48 48
                    </div>
......
65 65
                    <th class="uk-text-nowrap">Logo</th>
66 66
                    <th class="uk-text-nowrap">Name</th>
67 67
                    <th *ngIf="parent == 'metrics'" class="uk-text-nowrap">Status</th>
68
                    <th *ngIf="parent == 'contentEvents'" class="uk-text-nowrap"># of Events</th>
68
                    <!--<th *ngIf="parent == 'contentEvents'" class="uk-text-nowrap"># of Events</th>-->
69 69
                  </tr>
70 70
                </thead>
71 71
                <tbody>
......
83 83
                    <td *ngIf="parent == 'metrics'" class="uk-text-nowrap uk-table-shrink">
84 84
                      <div class="{{ getBadgeCSS(repo) }}">{{ getBadgeText(repo) }}</div>
85 85
                    </td>
86
                    <td *ngIf="parent=='contentEvents'" class="uk-text-nowrap uk-table-shrink">
86
                    <!--<td *ngIf="parent=='contentEvents'" class="uk-text-nowrap uk-table-shrink">
87 87
                      {{ getBadgeText(repo) }}
88
                    </td>
88
                    </td>-->
89 89
                  </tr>
90 90
                </tbody>
91 91
              </table>

Also available in: Unified diff