Move enabled download/comments in advanced tab
This commit is contained in:
parent
25451e08c7
commit
501e961199
1 changed files with 10 additions and 10 deletions
|
@ -120,16 +120,6 @@
|
||||||
i18n-helpHtml helpHtml="Some instances do not list videos containing mature or explicit content by default."
|
i18n-helpHtml helpHtml="Some instances do not list videos containing mature or explicit content by default."
|
||||||
></my-peertube-checkbox>
|
></my-peertube-checkbox>
|
||||||
|
|
||||||
<my-peertube-checkbox
|
|
||||||
inputName="commentsEnabled" formControlName="commentsEnabled"
|
|
||||||
i18n-labelText labelText="Enable video comments"
|
|
||||||
></my-peertube-checkbox>
|
|
||||||
|
|
||||||
<my-peertube-checkbox
|
|
||||||
inputName="downloadEnabled" formControlName="downloadEnabled"
|
|
||||||
i18n-labelText labelText="Download enabled"
|
|
||||||
></my-peertube-checkbox>
|
|
||||||
|
|
||||||
<my-peertube-checkbox
|
<my-peertube-checkbox
|
||||||
*ngIf="waitTranscodingEnabled"
|
*ngIf="waitTranscodingEnabled"
|
||||||
inputName="waitTranscoding" formControlName="waitTranscoding"
|
inputName="waitTranscoding" formControlName="waitTranscoding"
|
||||||
|
@ -221,6 +211,16 @@
|
||||||
{{ formErrors.support }}
|
{{ formErrors.support }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<my-peertube-checkbox
|
||||||
|
inputName="commentsEnabled" formControlName="commentsEnabled"
|
||||||
|
i18n-labelText labelText="Enable video comments"
|
||||||
|
></my-peertube-checkbox>
|
||||||
|
|
||||||
|
<my-peertube-checkbox
|
||||||
|
inputName="downloadEnabled" formControlName="downloadEnabled"
|
||||||
|
i18n-labelText labelText="Enable download"
|
||||||
|
></my-peertube-checkbox>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</ngb-tab>
|
</ngb-tab>
|
||||||
|
|
Loading…
Reference in a new issue