Making the dashboard app display less confusing.
This commit is contained in:
@@ -2141,8 +2141,8 @@ chmod -R 777 /opt/keys")))
|
|||||||
(h3 "Apps")
|
(h3 "Apps")
|
||||||
(ul ,@(map (lambda (app-info)
|
(ul ,@(map (lambda (app-info)
|
||||||
(let ((app (alist-ref 'app-name app-info)))
|
(let ((app (alist-ref 'app-name app-info)))
|
||||||
`((li (a (@ (href "#") (style ((color ,($ 'color.primary.background-contrast))))) ,app) ;; TODO documentation URL
|
`((li ;; (a (@ (href "#") (style ((color ,($ 'color.primary.background-contrast))))) ,app)
|
||||||
" (v" ,(alist-ref 'installed-version app-info) ") "
|
(h4 ,app " (v" ,(alist-ref 'installed-version app-info) ") ")
|
||||||
(a (@ (href "https://"
|
(a (@ (href "https://"
|
||||||
,(alist-ref 'subdomain (alist-ref app config))
|
,(alist-ref 'subdomain (alist-ref app config))
|
||||||
"." ,root-domain)
|
"." ,root-domain)
|
||||||
|
|||||||
Reference in New Issue
Block a user