You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Restructure page to comply with Cloudscape
* Tune action button
* Tidy up display
* remove speechmarks that appear on page
* improve wording of usb connection
---------
Co-authored-by: Mark Ross <mark.ross@atos.net>
<p>Use the included USB cable to connect your computer to the vehicle</p>
105
105
<imgsrc="static/usb_connect.svg"alt="Connect USB to Vehicle"/>
106
106
{isUsbConnected&&<h3>Go to deepracer.aws</h3>}
107
-
{isUsbConnected&&<p>After the USB connection has been detected, go to deepracer.aws and login to the system</p>}
107
+
{isUsbConnected&&<p>After the USB connection has been detected, disable your network connection and then go to deepracer.aws and login to the system</p>}
108
108
{isUsbConnected&&<ButtononClick={openDeepracerAws}>Go to deepracer.aws</Button>}
109
109
</Container>
110
110
);
@@ -119,7 +119,7 @@ export default function EditNetworkPage() {
0 commit comments