This commit is contained in:
cqc
2024-02-17 17:51:36 -06:00
parent d24d28e046
commit 2348da7910

View File

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