summaryrefslogtreecommitdiffstats
path: root/webui_templates/distro_edit.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/distro_edit.tmpl')
-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>