summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-10-17 16:03:08 -0400
committerMichael DeHaan <mdehaan@redhat.com>2008-10-17 16:03:08 -0400
commita831ccf683be5cb5fbfc69de07e1bddaf1910ab8 (patch)
tree5f480b389e1125df9016cc35f87464c8c94045a0 /webui_templates
parentb9977aee0a8178f214167dd47d4d7e19847008a4 (diff)
downloadcobbler-a831ccf683be5cb5fbfc69de07e1bddaf1910ab8.tar.gz
cobbler-a831ccf683be5cb5fbfc69de07e1bddaf1910ab8.tar.xz
cobbler-a831ccf683be5cb5fbfc69de07e1bddaf1910ab8.zip
Add environment setting to web app
Diffstat (limited to 'webui_templates')
-rw-r--r--webui_templates/repo_edit.tmpl15
1 files changed, 15 insertions, 0 deletions
diff --git a/webui_templates/repo_edit.tmpl b/webui_templates/repo_edit.tmpl
index cf7f82fc..2804bce1 100644
--- a/webui_templates/repo_edit.tmpl
+++ b/webui_templates/repo_edit.tmpl
@@ -211,6 +211,21 @@ function disablename(value)
<tr>
<td>
+ <label for="environment">Environment</label>
+ </td>
+ <td>
+ <input type="text" size="255" style="width: 150px;" name="environment" id="environment"
+ #if $repo
+ value="$repo.environment"
+ #end if
+ />
+ <p class="context-tip">Sets environment variables for each rsync/reposync operation.</p>
+ </td>
+ </tr>
+
+
+ <tr>
+ <td>
<label for="owners">Access Allowed For</label>
</td>
<td>