summaryrefslogtreecommitdiffstats
path: root/webui_templates/system_list.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-12 17:25:23 -0400
committerMichael DeHaan <mdehaan@mdehaan.rdu.redhat.com>2007-09-12 17:25:23 -0400
commit97b3fac9ce681398a2b82d33d65e1940e4d73903 (patch)
treef22854d2ab5bc191504823cbc1bd315f5aef39b4 /webui_templates/system_list.tmpl
parent962a47d34fe6ecf19da4d50bbcb0b2adab82c05a (diff)
downloadthird_party-cobbler-97b3fac9ce681398a2b82d33d65e1940e4d73903.tar.gz
third_party-cobbler-97b3fac9ce681398a2b82d33d65e1940e4d73903.tar.xz
third_party-cobbler-97b3fac9ce681398a2b82d33d65e1940e4d73903.zip
Renaming the _add template to be _edit so things are consistant + some misc hacking.
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>