fix: fix default settings form

This commit is contained in:
tdurieux
2021-09-09 17:16:13 +02:00
parent 62fd9eca7d
commit ea3a696556
+9 -7
View File
@@ -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>