From c9ab07832e57e823116ecc12c5044e6c27434c8e Mon Sep 17 00:00:00 2001 From: rand00 Date: Mon, 13 Dec 2021 18:03:01 +0100 Subject: [PATCH] Views: Removed old code --- lib/views.ml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/views.ml b/lib/views.ml index ef7cc79..56d7e8c 100644 --- a/lib/views.ml +++ b/lib/views.ml @@ -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]