diff options
author | Runxi Yu <me@runxiyu.org> | 2025-04-05 17:35:05 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-04-05 17:35:05 +0800 |
commit | ac81280061c65cf90bcfd103e38361dd95ef54bb (patch) | |
tree | b127f6ee0943dd1ed17fae751b509811cf9ffd71 /templates | |
parent | Refactor git2d comms to ./git2c (diff) | |
download | forge-ac81280061c65cf90bcfd103e38361dd95ef54bb.tar.gz forge-ac81280061c65cf90bcfd103e38361dd95ef54bb.tar.zst forge-ac81280061c65cf90bcfd103e38361dd95ef54bb.zip |
HTTP: Remove GC
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.tmpl | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/templates/index.tmpl b/templates/index.tmpl index 3d8fd19..ff7c127 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -52,10 +52,6 @@ <th scope="row">SSH fingerprint</th> <td><code>{{- .global.server_public_key_fingerprint -}}</code></td> </tr> - <tr> - <th scope="row">Memory usage</th> - <td>Allocated {{ .mem }} <a href="/-/gc/" class="btn btn-danger">Run the garbage collector</a></td> - </tr> </tbody> </table> </div> |