We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ed119a commit f5a2c06Copy full SHA for f5a2c06
src/App.vue
@@ -18,7 +18,8 @@
18
class="vision-client">
19
</iframe>
20
<div class="vision-client" v-show="!showVisionClient">
21
- <p>The vision-client is shown here, if it is running.</p>
+ <p>The <a href="https://github.com/RoboCup-SSL/ssl-vision-client" target="_blank">
22
+ vision-client</a> is shown here, if it is running.</p>
23
<p>It is expected to run at <a :href="visionClientAddress">{{visionClientAddress}}</a></p>
24
<b-button variant="primary" @click="checkVisionClientAvailability">Reload</b-button>
25
</div>
0 commit comments