1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

Correctly humanize RAM size on info page

This commit is contained in:
Janne Heß 2015-02-13 21:28:19 +01:00
parent 14d4397868
commit ad6e0acab1
3 changed files with 3 additions and 3 deletions

View file

@ -30,7 +30,7 @@
</tr>
<tr>
<td>Total Memory:</td>
<td>{{ info.MemTotal }}MB</td>
<td>{{ info.MemTotal|humansize }}</td>
</tr>
<tr>
<td>Operating System:</td>