summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-08-25 17:40:01 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-08-25 17:40:01 -0400
commitbd7e2747acd89acaeb119dc42fae253d0168d7a5 (patch)
tree2581d677eb5128b0e2a3cfa0ad9961ca24ef30d1 /webui_templates
parentc349f52f0a68c7e1c16acf21653c2689548fec28 (diff)
downloadcobbler-bd7e2747acd89acaeb119dc42fae253d0168d7a5.tar.gz
cobbler-bd7e2747acd89acaeb119dc42fae253d0168d7a5.tar.xz
cobbler-bd7e2747acd89acaeb119dc42fae253d0168d7a5.zip
changelog, + adding distro os-version to Webapp. Images are still not available in the webapp, need to do this also (Trac item filed).
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/distro_edit.tmpl14
1 files changed, 14 insertions, 0 deletions
diff --git a/webui_templates/distro_edit.tmpl b/webui_templates/distro_edit.tmpl
index cc0a5d64..d0b19c45 100644
--- a/webui_templates/distro_edit.tmpl
+++ b/webui_templates/distro_edit.tmpl
@@ -202,6 +202,20 @@ function disablename(value)
<tr>
<td>
+ <label for="osversion">OS Version</label>
+ </td>
+ <td>
+ <input type="text" size="255" style="width: 400px;" name="osversion" id="osversion"
+ #if $distro
+ value="$distro.os_version"
+ #end if
+ />
+ <p class="context-tip">Example: rhel2.1, rhel4, fedora8</p>
+ </td>
+ </tr>
+
+ <tr>
+ <td>
<label for="owners">Access Allowed For</label>
</td>
<td>