[ARVADOS] updated: 2.1.0-218-gd0b644243

Git user git at public.arvados.org
Mon Dec 14 21:50:55 UTC 2020


Summary of changes:
 lib/controller/forecast/controller.go | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

       via  d0b6442436c58f0ce78a1bb2497f2ec316b10e63 (commit)
      from  c0916b956054b2e16ff61bd33b11bfe07e81787d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit d0b6442436c58f0ce78a1bb2497f2ec316b10e63
Author: Nico Cesar <nico at nicocesar.com>
Date:   Mon Dec 14 16:50:08 2020 -0500

    removing hardcoded link
    
    Arvados-DCO-1.1-Signed-off-by: Nico Cesar <nico at curii.com>

diff --git a/lib/controller/forecast/controller.go b/lib/controller/forecast/controller.go
index bedb2328e..3ffa37f9d 100644
--- a/lib/controller/forecast/controller.go
+++ b/lib/controller/forecast/controller.go
@@ -90,10 +90,9 @@ func transform(input *Datapoint) (output arvados.Datapoint) {
 		extraInfo += fmt.Sprintf("Container duration: %s\n", d)
 	}
 
-	legend := fmt.Sprintf(`<p>%s</p><p>Container Request: <a href="https://workbench.x2bo2.arvadosapi.com/container_requests/%s">%s</a></p><p>%s</p>`,
+	legend := fmt.Sprintf(`<p>%s</p><p>Container Request: %s</a></p><p>%s</p>`,
 		input.CheckpointName,
 		input.ContainerRequest.UUID,
-		input.ContainerRequest.UUID,
 		extraInfo)
 
 	// ContainerRequest doesn't have an "end time", so we behave differently it it was reused and when it was not.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list