Browse Source

implemented 'Disk Info.' feature on the back-end for /dashboard.

stable
Craig Oates 2 years ago
parent
commit
f57d6ef33c
  1. 2
      src/web.lisp

2
src/web.lisp

@ -198,6 +198,8 @@
:pages ,(nera:latest-editted-pages 5 t)
:archive-entries
,(nera::latest-archive-editted-entries 5 t)
:disk-info
,(first (diskspace:list-all-disk-info t))
:system-data ,(nera:system-data)))))
;; Not Authorised
(progn (utils:set-alert "You are not logged in." "error")

Loading…
Cancel
Save