mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-05-15 14:38:03 +02:00
fix: fix default settings form
This commit is contained in:
@@ -230,15 +230,17 @@
|
|||||||
name="mode"
|
name="mode"
|
||||||
ng-model="options.mode"
|
ng-model="options.mode"
|
||||||
>
|
>
|
||||||
<option value="stream" selected>Stream</option>
|
<option value="GitHubStream" selected>Stream</option>
|
||||||
<option value="download">Download</option>
|
<option value="GitHubDownload">Download</option>
|
||||||
</select>
|
</select>
|
||||||
<small class="form-text text-muted"
|
<small class="form-text text-muted"
|
||||||
>How the repository will be anonymized. Stream mode will
|
>How the repository will be anonymized. Stream mode
|
||||||
request the content on the flight. This is the only option for
|
will request the content on the flight. This is the
|
||||||
repositories bigger than 10mb. Download will download the
|
only option for repositories bigger than
|
||||||
repository the repository on the anonymous.4open.science
|
{{site_options.MAX_REPO_SIZE * 1024| humanFileSize}}.
|
||||||
server, it is faster and offer more features.</small
|
Download will download the repository the repository
|
||||||
|
on the anonymous.4open.science server, it is faster
|
||||||
|
and offer more features.</small
|
||||||
>
|
>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user