Skip to content

Commit 20ca725

Browse files
Update Network Page (#86)
* 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>
1 parent 3606f08 commit 20ca725

File tree

2 files changed

+234
-143
lines changed

2 files changed

+234
-143
lines changed

website/src/pages/edit-network.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const ConnectUSBContainer = () => {
104104
<p>Use the included USB cable to connect your computer to the vehicle</p>
105105
<img src="static/usb_connect.svg" alt="Connect USB to Vehicle" />
106106
{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>}
108108
{isUsbConnected && <Button onClick={openDeepracerAws}>Go to deepracer.aws</Button>}
109109
</Container>
110110
);
@@ -119,7 +119,7 @@ export default function EditNetworkPage() {
119119
<SpaceBetween size="l">
120120
<h1>Edit Network Settings</h1>
121121
<NetworkSettingsContainer />
122-
<ConnectUSBContainer />``
122+
<ConnectUSBContainer />
123123
</SpaceBetween>
124124
</TextContent>
125125
}

0 commit comments

Comments
 (0)