mirror of
https://github.com/octoleo/syncthing.git
synced 2024-11-14 09:14:10 +00:00
Thousands separator
This commit is contained in:
parent
85bb725eb6
commit
8ad0a10c61
@ -41,10 +41,10 @@ found in the LICENSE file.
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr ng-repeat="cat in categories">
|
<tr ng-repeat="cat in categories">
|
||||||
<td>{{cat.descr}}</td>
|
<td>{{cat.descr}}</td>
|
||||||
<td class="text-right">{{report[cat.key].min}} {{cat.unit}}</td>
|
<td class="text-right">{{report[cat.key].min | number}} {{cat.unit}}</td>
|
||||||
<td class="text-right">{{report[cat.key].med}} {{cat.unit}}</td>
|
<td class="text-right">{{report[cat.key].med | number}} {{cat.unit}}</td>
|
||||||
<td class="text-right">{{report[cat.key].nfp}} {{cat.unit}}</td>
|
<td class="text-right">{{report[cat.key].nfp | number}} {{cat.unit}}</td>
|
||||||
<td class="text-right">{{report[cat.key].max}} {{cat.unit}}</td>
|
<td class="text-right">{{report[cat.key].max | number}} {{cat.unit}}</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user