This commit is contained in:
cqc
2024-02-19 16:38:36 -06:00
parent 9fe82e9391
commit deda4269e7

View File

@ -59,13 +59,10 @@ 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 : Html_types.nmtokens =
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