Skip to content

Commit c6b430a

Browse files
committed
Minor review
Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
1 parent 657305d commit c6b430a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/docs-template/source/webui.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Web UI
22

3-
When Protoplaster is running in server mode, it serves a web UI which can be used for remote configuration and tests triggering. It also supports controlling other devices running Protoplaster in server mode from a single Web UI.
3+
When Protoplaster is running in server mode, it serves a Web UI which can be used for remote configuration and tests triggering. It also supports controlling other devices running Protoplaster in server mode from a single Web UI.
44

55
## Accessing Web UI
66

@@ -10,7 +10,7 @@ Run Protoplaster in server mode, optionally specifying a port:
1010
protoplaster -d tests/ -r reports/ -a artifacts/ --server --port 5000
1111
```
1212

13-
Access Web UI from a web browser using the device's IP and specified port:
13+
Access the Web UI from a web browser using the device's IP and the specified port:
1414

1515
```{figure} img/webui.png
1616
:align: center
@@ -23,7 +23,7 @@ Protoplaster Web UI.
2323
## Devices
2424

2525
In the Devices tab, external devices can be added and removed. The local device (the one serving the Web UI) is always present and cannot be removed.
26-
To add an external device, first start Protoplaster on it in server mode, then add it using the "Add new device" button, specifying it's IP and port on which Protoplaster is running:
26+
To add an external device, first start Protoplaster on it in server mode, then add it using the "Add new device" button, specifying its IP and port on which Protoplaster is running:
2727

2828

2929
```{figure} img/webui_add_device.png
@@ -35,7 +35,7 @@ Web UI - adding new device.
3535

3636
## Configs
3737

38-
In the Configs tab, available configs can be listed for all connected devices. Select device for which configs are listed using the drop-down on the left. To add new config, use the "Add new config" button. Config can be uploaded to multiple devices by selecting more than one in the Devices box:
38+
In the Configs tab, all the available configs can be listed for all connected devices. Select the device for which configs are listed using the drop-down on the left. To add a new config, use the "Add new config" button. Configs can be uploaded to multiple devices by selecting more than one in the Devices box:
3939

4040
```{figure} img/webui_add_config.png
4141
:align: center
@@ -46,7 +46,7 @@ Web UI - adding new config.
4646

4747
## Test runs
4848

49-
In the Test runs tab, running and finished test runs can be listed for available devices. Like in Configs tab, desired device for which test runs are listed can be selected using the drop-down menu. To trigger a test run, use the "Trigger test run" button. Test can be triggered on multiple devices, by selecting multiple devices in the Devices box. When multiple devices are selected, the config field will only show configs which are present on all selected devices.
49+
In the Test runs tab, running and finished test runs can be listed for available devices. Like in the Configs tab, the desired device for which test runs are listed can be selected using the drop-down menu. To trigger a test run, use the "Trigger test run" button. Tests can be triggered on multiple devices, by selecting multiple devices in the Devices box. When multiple devices are selected, the config field will only show configs which are present on all selected devices.
5050

5151

5252
```{figure} img/webui_trigger_test_run.png

0 commit comments

Comments
 (0)