diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-09 20:28:08 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-09 20:28:08 +0800 |
commit | 8af94f323d86c3cae992dc5ff4896bae52f208e8 (patch) | |
tree | 38bec3c6ea0950458d2840398ce285068bf99995 /templates | |
parent | index: Remove unnecessary newlines in td (diff) | |
download | forge-8af94f323d86c3cae992dc5ff4896bae52f208e8.tar.gz forge-8af94f323d86c3cae992dc5ff4896bae52f208e8.tar.zst forge-8af94f323d86c3cae992dc5ff4896bae52f208e8.zip |
index: Humanize allocated size
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl index c767adb..7c2e8fc 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -55,7 +55,7 @@ </tr> <tr> <th scope="row">Memory usage</th> - <td>Allocated {{ .mem }} bytes <a href="/:/gc/" class="btn btn-danger">Run the garbage collector</a></td> + <td>Allocated {{ .mem }} <a href="/:/gc/" class="btn btn-danger">Run the garbage collector</a></td> </tr> </tbody> </table> |