Making the dashboard app display less confusing.

This commit is contained in:
2026-07-25 11:02:09 -07:00
parent 9f89356c85
commit bc301d6b29

View File

@@ -2141,8 +2141,8 @@ chmod -R 777 /opt/keys")))
(h3 "Apps")
(ul ,@(map (lambda (app-info)
(let ((app (alist-ref 'app-name app-info)))
`((li (a (@ (href "#") (style ((color ,($ 'color.primary.background-contrast))))) ,app) ;; TODO documentation URL
" (v" ,(alist-ref 'installed-version app-info) ") "
`((li ;; (a (@ (href "#") (style ((color ,($ 'color.primary.background-contrast))))) ,app)
(h4 ,app " (v" ,(alist-ref 'installed-version app-info) ") ")
(a (@ (href "https://"
,(alist-ref 'subdomain (alist-ref app config))
"." ,root-domain)