From 35ff9e1284fe9f92ca8128ec2547eeec793538f4 Mon Sep 17 00:00:00 2001 From: Andrea Falzetti Date: Mon, 16 Jan 2023 19:38:56 +0000 Subject: [PATCH] dashboard: suggest using gp rebuild when image build fails --- .../dashboard/src/start/StartWorkspace.tsx | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/components/dashboard/src/start/StartWorkspace.tsx b/components/dashboard/src/start/StartWorkspace.tsx index baa8e362ccbeb1..6859c2c1148ebf 100644 --- a/components/dashboard/src/start/StartWorkspace.tsx +++ b/components/dashboard/src/start/StartWorkspace.tsx @@ -799,9 +799,25 @@ function ImageBuildView(props: ImageBuildViewProps) { {!!props.onStartWithDefaultImage && ( - + <> +
+

+ 💡 You can use gp rebuild to validate and debug your workspace configuration +  ·  + + Learn More + +

+
+ + )} );