File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
ui/user/src/lib/components/mcp Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 737737 <p class =" text-md self-start" >An issue occurred while launching the MCP server.</p >
738738 {/if }
739739
740- <div class =" flex w-full items-center gap-2" >
740+ <div class =" flex w-full flex-col items-center gap-2 md:flex-row " >
741741 {#if hasConfigurableParent }
742742 <button
743- class =" button-primary w-1/2"
743+ class =" button-primary w-full md:w- 1/2 md:flex-1 "
744744 onclick ={() => {
745745 launching = false ;
746746 launchError = undefined ;
758758 }
759759 }}
760760 >
761- Go Back
761+ Update Configuration and Try Again
762762 </button >
763763 {/if }
764- <button class ="button w-1/2 flex-1" onclick ={handleCancelLaunch }> Cancel </button >
764+ <button class ="button w-full md:w-1/2 md:flex-1" onclick ={handleCancelLaunch }>
765+ Cancel and Delete Server
766+ </button >
765767 </div >
766768 {/ snippet }
767769</PageLoading >
You can’t perform that action at this time.
0 commit comments