From 62d3642e3b72e1b3165500d070d754a5c540810e Mon Sep 17 00:00:00 2001 From: Rob Court Date: Wed, 17 Jun 2020 14:21:47 +0100 Subject: [PATCH 1/3] moving source and license down to just above download --- components/VFBMain.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/VFBMain.js b/components/VFBMain.js index 5c555c24a..5b3e6b31b 100644 --- a/components/VFBMain.js +++ b/components/VFBMain.js @@ -803,8 +803,6 @@ export default class VFBMain extends React.Component { 'Link', 'Thumbnail', 'Examples', - 'Source', - 'License', 'Targeting Splits', 'Targeting Neurons', 'Targeted Neurons', @@ -815,6 +813,8 @@ export default class VFBMain extends React.Component { 'Description', 'Cross References', 'Attribution', + 'Source', + 'License', 'Aligned To', 'Download']} />) } else if (component === "sliceViewer") { From 22b0426ced98840c309933004917e865e5a44995 Mon Sep 17 00:00:00 2001 From: Rob Court Date: Fri, 19 Jun 2020 17:03:13 +0100 Subject: [PATCH 2/3] Testing Dario version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a7b0c5d12..7d9d55b1d 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ARG geppettoSimulationRelease=vfb_20200604_a ARG geppettoDatasourceRelease=vfb_20200604_a ARG geppettoModelSwcRelease=v1.0.1 ARG geppettoFrontendRelease=vfb_20200604_a -ARG geppettoClientRelease=VFBv2.2.0.1 +ARG geppettoClientRelease=VFBv2.2.0.2 ARG ukAcVfbGeppettoRelease=development ARG mvnOpt="-Dhttps.protocols=TLSv1.2 -DskipTests --quiet -Pmaster" From 0380e87c9061a28e4531a863ec3a5d22d6f0314f Mon Sep 17 00:00:00 2001 From: Rob Court Date: Fri, 19 Jun 2020 18:05:42 +0100 Subject: [PATCH 3/3] Revert "Testing Dario version" This reverts commit 22b0426ced98840c309933004917e865e5a44995. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d9d55b1d..a7b0c5d12 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ ARG geppettoSimulationRelease=vfb_20200604_a ARG geppettoDatasourceRelease=vfb_20200604_a ARG geppettoModelSwcRelease=v1.0.1 ARG geppettoFrontendRelease=vfb_20200604_a -ARG geppettoClientRelease=VFBv2.2.0.2 +ARG geppettoClientRelease=VFBv2.2.0.1 ARG ukAcVfbGeppettoRelease=development ARG mvnOpt="-Dhttps.protocols=TLSv1.2 -DskipTests --quiet -Pmaster"