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 ca6ef5e commit 8f77094Copy full SHA for 8f77094
webclient/templates/server_entry.html
@@ -6,6 +6,14 @@ <h1>{% block title %}{{ server["info"]["name"] }} {% endblock %}</h1>
6
<p class="cached">This information is cached till {{ expire }}.</p>
7
<table id="server-info-table">
8
<tbody>
9
+ {% if server["server_id"][0] == "+" %}
10
+ <tr class="odd">
11
+ <th>Invite code:</th>
12
+ <td>
13
+ {{ server["server_id"] }}
14
+ </td>
15
+ </tr>
16
+ {% else %}
17
<tr class="odd">
18
<th>Server address(es):</th>
19
<td>
@@ -18,6 +26,7 @@ <h1>{% block title %}{{ server["info"]["name"] }} {% endblock %}</h1>
26
{% endif %}
27
</td>
20
28
</tr>
29
+ {% endif %}
21
30
<tr class="even">
22
31
<th>Server version:</th>
23
32
0 commit comments