1 parent d3a271d commit f5cb645Copy full SHA for f5cb645
1 file changed
src/web/templates/dashboard.html
@@ -18,7 +18,13 @@ <h4>{{ inst.name }}</h4>
18
<p>{{ inst.arr_type | capitalize }}</p>
19
</hgroup>
20
</header>
21
- <p><small>{{ inst.base_url }}</small></p>
+ <p>
22
+ <small>
23
+ <a href="{{ inst.base_url }}" target="_blank" rel="noopener noreferrer">
24
+ {{ inst.base_url }}
25
+ </a>
26
+ </small>
27
+ </p>
28
</article>
29
{% endfor %}
30
</div>
@@ -56,4 +62,4 @@ <h3>Recent Activity</h3>
56
62
57
63
{% block scripts %}
58
64
<script src="{{ request.url_for('static', path='dashboard.js') }}"></script>
59
-{% endblock %}
65
+{% endblock %}
0 commit comments