aboutsummaryrefslogtreecommitdiff
path: root/central/src/main/resources/manage/index.ftlh
diff options
context:
space:
mode:
Diffstat (limited to 'central/src/main/resources/manage/index.ftlh')
-rw-r--r--central/src/main/resources/manage/index.ftlh4
1 files changed, 2 insertions, 2 deletions
diff --git a/central/src/main/resources/manage/index.ftlh b/central/src/main/resources/manage/index.ftlh
index d56c9aa..d3cc078 100644
--- a/central/src/main/resources/manage/index.ftlh
+++ b/central/src/main/resources/manage/index.ftlh
@@ -20,8 +20,8 @@
<tr>
<td>${peer.ipv4}<#if peer.ipv6??><br />${peer.ipv6}</#if></td>
<td>${peer.type}</td>
- <td><a href="/manage/edit?id=${peer.id}">Edit</a> |
- <a href="/manage/show-configuration?id=${peer.id}">Example Conf</a></td>
+ <td><a href="/manage/edit?id=${peer.id}">Edit</a><br />
+ <a href="/manage/show-configuration?id=${peer.id}">Sample Configuration</a></td>
</tr>
</#list>
</table>