Display the microscope's hostname in the interface
This commit is contained in:
parent
36a7ec3d2e
commit
674704b0d6
3 changed files with 17 additions and 1 deletions
|
|
@ -2,6 +2,11 @@
|
|||
<div class="host-input">
|
||||
<div v-if="$store.state.available">
|
||||
<div>
|
||||
<div class="uk-margin-small-bottom">
|
||||
<b>Microscope hostname:</b>
|
||||
<br />
|
||||
{{ $store.state.microscopeHostname }}
|
||||
</div>
|
||||
<div class="uk-margin-small-bottom">
|
||||
<b>API origin:</b>
|
||||
<br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue