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.ftlh2
1 files changed, 0 insertions, 2 deletions
diff --git a/central/src/main/resources/manage/index.ftlh b/central/src/main/resources/manage/index.ftlh
index 2cac44a..d56c9aa 100644
--- a/central/src/main/resources/manage/index.ftlh
+++ b/central/src/main/resources/manage/index.ftlh
@@ -14,14 +14,12 @@
<tr>
<th>IP</th>
<th>Method</th>
- <th>Provision</th>
<th>Actions</th>
</tr>
<#list peers as peer>
<tr>
<td>${peer.ipv4}<#if peer.ipv6??><br />${peer.ipv6}</#if></td>
<td>${peer.type}</td>
- <td>${peer.provisionStatus}</td>
<td><a href="/manage/edit?id=${peer.id}">Edit</a> |
<a href="/manage/show-configuration?id=${peer.id}">Example Conf</a></td>
</tr>