Merge branch 'max' of ssh://git.xolus.net/max/ap-relay

This commit is contained in:
Maxime Augier 2024-02-05 12:24:18 +01:00
commit 6a16176c42

View File

@ -55,7 +55,7 @@ templates::{info_html, instance_html, statics::index_css},
</article> </article>
} }
<article> <article>
<a name="#joining"><h3>Rejoindre</h3></a> <a name="#joining"><h3>Comment Rejoindre</h3></a>
<section class="joining"> <section class="joining">
@if config.restricted_mode() { @if config.restricted_mode() {
<h4> <h4>
@ -89,7 +89,7 @@ templates::{info_html, instance_html, statics::index_css},
</article> </article>
@if !nodes.is_empty() { @if !nodes.is_empty() {
<article> <article>
<h3>@nodes.len() Connected Servers</h3> <h3>@nodes.len() instances connectées</h3>
<ul> <ul>
@for node in nodes { @for node in nodes {
@if let Some(inst) = node.instance.as_ref() { @if let Some(inst) = node.instance.as_ref() {