|
|
|
@ -21,7 +21,7 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{% trans %}Server name{% endtrans %}</th>
|
|
|
|
|
<td><pre class="pre-config border bg-light">{{ config["HOSTNAMES"] }}</pre></td>
|
|
|
|
|
<td><pre class="pre-config border bg-light">{{ config["HOSTNAME"] }}</pre></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{% trans %}Username{% endtrans %}</th>
|
|
|
|
@ -46,7 +46,7 @@
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{% trans %}Server name{% endtrans %}</th>
|
|
|
|
|
<td><pre class="pre-config border bg-light">{{ config["HOSTNAMES"] }}</pre></td>
|
|
|
|
|
<td><pre class="pre-config border bg-light">{{ config["HOSTNAME"] }}</pre></td>
|
|
|
|
|
</tr>
|
|
|
|
|
<tr>
|
|
|
|
|
<th>{% trans %}Username{% endtrans %}</th>
|
|
|
|
|