fix: fix repository update

This commit is contained in:
tdurieux
2021-08-20 15:58:32 +02:00
parent 8dc84cbc19
commit 28075889a6
5 changed files with 73 additions and 55 deletions

View File

@@ -97,7 +97,7 @@
class="form-control"
id="branch"
name="branch"
ng-model="branch"
ng-model="source.branch"
>
<option
ng-repeat="b in branches"
@@ -128,7 +128,7 @@
class="form-control"
id="commit"
name="commit"
ng-model="commit"
ng-model="source.commit"
/>
<small class="form-text text-muted"
>The commit to anonymize</small
@@ -333,7 +333,7 @@
class="form-control"
id="mode"
name="mode"
ng-model="options.mode"
ng-model="source.type"
>
<option value="GitHubStream" selected>Stream</option>
<option value="GitHubDownload">Download</option>