summaryrefslogtreecommitdiffstats
path: root/webui_templates/system_list.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/system_list.tmpl')
-rw-r--r--webui_templates/system_list.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui_templates/system_list.tmpl b/webui_templates/system_list.tmpl
index f637777..246ac6b 100644
--- a/webui_templates/system_list.tmpl
+++ b/webui_templates/system_list.tmpl
@@ -27,7 +27,7 @@
<a href="$base_url/system_edit?name=${system.name}">${system.name}</a>
</td>
<td>
- <a href="$base_url/profile_view?profile=${system.profile}">${system.profile}</a>
+ <a href="$base_url/profile_edit?name=${system.profile}">${system.profile}</a>
</td>
<td> ${system.mac_address} </td>
<td> ${system.ip_address} </td>