summaryrefslogtreecommitdiffstats
path: root/webui_templates
diff options
context:
space:
mode:
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>