We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9cf34 commit 73867afCopy full SHA for 73867af
trainingportal/static/dashboard.html
@@ -29,9 +29,9 @@ <h3>Modules</h3>
29
</tr>
30
</thead>
31
<tbody>
32
- <tr ng-repeat="moduleStat in moduleStatList">
33
- <td style="width:75%" ng-if="modules[moduleStat.moduleId]">{{modules[moduleStat.moduleId].name}}</td>
34
- <td>{{moduleStat.playerCount}}</td>
+ <tr ng-repeat="moduleStat in moduleStatList" ng-if="modules[moduleStat.moduleId]">
+ <td style="width:75%">{{modules[moduleStat.moduleId].name}}</td>
+ <td>{{moduleStat.playerCount}}</td>
35
36
</tbody>
37
</table>
0 commit comments