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 738738 <p class =" text-md self-start" >An issue occurred while launching the MCP server.</p >
739739 {/if }
740740
741- <div class =" flex w-full items-center gap-2" >
741+ <div class =" flex w-full flex-col items-center gap-2 md:flex-row " >
742742 {#if hasConfigurableParent }
743743 <button
744- class =" button-primary w-1/2"
744+ class =" button-primary w-full md:w- 1/2 md:flex-1 "
745745 onclick ={() => {
746746 launching = false ;
747747 launchError = undefined ;
759759 }
760760 }}
761761 >
762- Go Back
762+ Update Configuration and Try Again
763763 </button >
764764 {/if }
765- <button class ="button w-1/2 flex-1" onclick ={handleCancelLaunch }> Cancel </button >
765+ <button class ="button w-full md:w-1/2 md:flex-1" onclick ={handleCancelLaunch }>
766+ Cancel and Delete Server
767+ </button >
766768 </div >
767769 {/ snippet }
768770</PageLoading >
You can’t perform that action at this time.
0 commit comments