mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-14 19:32:45 +00:00
fix: fix repository update
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user