This commit is contained in:
cqc
2024-02-17 17:54:53 -06:00
parent 2348da7910
commit a96a83256f

View File

@ -59,10 +59,11 @@ let setup_workspace ~container cstore : unit Lwt.t =
(Headers.get headers "path")) (Headers.get headers "path"))
in in
let status = F.str "Name: %s; Path: %a" step Uri.pp_hum uri in let status = F.str "Name: %s; Path: %a" step Uri.pp_hum uri in
let window = Tyxml_js.Html.[ "window" ] in
appendchild ~container appendchild ~container
Tyxml_js.Html.( Tyxml_js.Html.(
a a
~a:[ a_class [ "window" ] ] ~a:[ a_class window ]
[ [
div ~a:[ a_class [ "status" ] ] [ txt status ]; div ~a:[ a_class [ "status" ] ] [ txt status ];
div div