clicking on url opens up new tab instead
This commit is contained in:
parent
567d5b36ed
commit
90ce6167cf
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@
|
|||
<div class="info">
|
||||
<h3>{{ status.endpoint }}</h3>
|
||||
<div class="spacer"></div>
|
||||
<a href="{{ status.location }}">{{ status.location }}</a>
|
||||
<a href="{{ status.location }}" target="_blank">{{ status.location }}</a>
|
||||
</div>
|
||||
{% if status.error %}<p class="error-msg">{{ status.error }}</p>{% endif %}
|
||||
</main>
|
||||
|
|
Loading…
Reference in a new issue