aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2025-04-05 17:35:05 +0800
committerRunxi Yu <me@runxiyu.org>2025-04-05 17:35:05 +0800
commitac81280061c65cf90bcfd103e38361dd95ef54bb (patch)
treeb127f6ee0943dd1ed17fae751b509811cf9ffd71 /templates
parentRefactor git2d comms to ./git2c (diff)
downloadforge-ac81280061c65cf90bcfd103e38361dd95ef54bb.tar.gz
forge-ac81280061c65cf90bcfd103e38361dd95ef54bb.tar.zst
forge-ac81280061c65cf90bcfd103e38361dd95ef54bb.zip
HTTP: Remove GC
Diffstat (limited to 'templates')
-rw-r--r--templates/index.tmpl4
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>