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