Rio discovery slowdown (#444)

* Only send rio IPs on settings button click

* Wpiformat
This commit is contained in:
Matt
2022-03-14 20:44:14 -07:00
committed by GitHub
parent e62f6419b5
commit 1805785cc6
5 changed files with 126 additions and 77 deletions

View File

@@ -87,7 +87,7 @@
</thead>
<tbody>
<tr
v-for="(value, index) in $store.state.ntConnectionInfo.deviceips"
v-for="(value, index) in $store.state.networkInfo.deviceips"
:key="index"
>
<td>{{ value }}</td>
@@ -115,7 +115,7 @@
</thead>
<tbody>
<tr
v-for="(value, index) in $store.state.ntConnectionInfo.possibleRios"
v-for="(value, index) in $store.state.networkInfo.possibleRios"
:key="index"
>
<td>{{ value }}</td>