summaryrefslogtreecommitdiffstats
path: root/webui_templates/profile_edit.tmpl
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2007-11-01 18:39:55 -0400
committerMichael DeHaan <mdehaan@redhat.com>2007-11-01 18:39:55 -0400
commit01215a84dbd4d15643d0aa7aee2ef99764778f51 (patch)
treeb8ce4b8c3dc9771589f9cc594e9c2385dd59f24d /webui_templates/profile_edit.tmpl
parent4fecb38e0ca6eac21b5093aa4122c597ce4f23e1 (diff)
downloadthird_party-cobbler-01215a84dbd4d15643d0aa7aee2ef99764778f51.tar.gz
third_party-cobbler-01215a84dbd4d15643d0aa7aee2ef99764778f51.tar.xz
third_party-cobbler-01215a84dbd4d15643d0aa7aee2ef99764778f51.zip
Add fields for --server-override to the Web UI
Diffstat (limited to 'webui_templates/profile_edit.tmpl')
-rw-r--r--webui_templates/profile_edit.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/webui_templates/profile_edit.tmpl b/webui_templates/profile_edit.tmpl
index 686bbd6..44a7a82 100644
--- a/webui_templates/profile_edit.tmpl
+++ b/webui_templates/profile_edit.tmpl
@@ -294,6 +294,21 @@ function disablename(value)
</td>
</tr>
+ <tr>
+ <td>
+ <label for="server_override">Server Override</label>
+ </td>
+ <td>
+ <input type="text" size="128" style="width: 150px;" name="server_override" id="server_override"
+ #if $profile
+ value="$profile.server"
+ #end if
+ />
+ <p class="context-tip">Use this server for kickstarts, not the value in settings. Usually this should be left alone.</p>
+ </td>
+ </tr>
+
+
#if $profile
<tr>
<td>