Making the dashboard app display less confusing.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user