1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-04 21:35:23 +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

2
dist/dockerui.js vendored
View file

@ -1504,7 +1504,7 @@ angular.module("app/components/info/info.html", []).run(["$templateCache", funct
" </tr>\n" +
" <tr>\n" +
" <td>Total Memory:</td>\n" +
" <td>{{ info.MemTotal }}MB</td>\n" +
" <td>{{ info.MemTotal|humansize }}</td>\n" +
" </tr>\n" +
" <tr>\n" +
" <td>Operating System:</td>\n" +