From 26882cae6f78dd416b36a37ee3f3c93533513aa9 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Sun, 23 Oct 2022 19:22:04 +0100 Subject: [PATCH] add 'Disk Info.' section to /user/dashboard.html template. This is just the front-end. The back-end (web.lisp) has not been implemented at the time of this commit. --- templates/user/dashboard.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/templates/user/dashboard.html b/templates/user/dashboard.html index 190918a..522d4aa 100644 --- a/templates/user/dashboard.html +++ b/templates/user/dashboard.html @@ -7,7 +7,13 @@ profile Cat

{{user.display-name}}

- + +

+ Total: {{disk-info.fourth}} | + Free: {{disk-info.sixth}} | + Available: {{disk-info.eighth}} | + Used: {{disk-info.tenth}}% +