Views: Removed old code
This commit is contained in:
parent
4e2d069b26
commit
c9ab07832e
1 changed files with 0 additions and 4 deletions
|
@ -361,10 +361,6 @@ let job_build
|
|||
let src = Fmt.str "/job/%s/build/%a/treemap" name Uuidm.pp uuid in
|
||||
let style = "width: 50em; height: 50.5em" in (*treemap tries to be square*)
|
||||
iframe ~a:[ a_src src; a_title "Binary dissection"; a_style style ] [] ];
|
||||
(* p [
|
||||
* let src = Fmt.str "/job/%s/build/%a/treemap" name Uuidm.pp uuid in
|
||||
* img ~src ~alt:"Binary dissection" ()
|
||||
* ]; *)
|
||||
h3 [txt "Build info"];
|
||||
ul [
|
||||
li [ a ~a:[Fmt.kstr a_href "/job/%s/build/%a/console" name Uuidm.pp uuid]
|
||||
|
|
Loading…
Reference in a new issue