Add disk space to status

This commit is contained in:
Carl Pearson
2024-10-17 06:13:25 -06:00
parent 4087212daa
commit 43bdf02ce9
3 changed files with 56 additions and 2 deletions

View File

@@ -28,6 +28,10 @@
{{.ffmpeg}}
</div>
</div>
<div class="disk-space card">
<h2>Disk</h2>
{{.used}} MiB ({{.free}} MiB remaning)
</div>
</div>
{{template "footer" .}}
</body>