diff options
author | Chocobozzz <me@florianbigard.com> | 2019-02-11 12:00:19 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-02-11 12:00:19 +0100 |
commit | 501e961199578129629cf0567033d13efced9904 (patch) | |
tree | 13cc8214252cffccff2b66017902a0f3fbc123f4 /client | |
parent | 25451e08c71b81ee3da75d65eab22445a78dd0c2 (diff) | |
download | PeerTube-501e961199578129629cf0567033d13efced9904.tar.gz PeerTube-501e961199578129629cf0567033d13efced9904.tar.zst PeerTube-501e961199578129629cf0567033d13efced9904.zip |
Move enabled download/comments in advanced tab
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/videos/+video-edit/shared/video-edit.component.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.html b/client/src/app/videos/+video-edit/shared/video-edit.component.html index 7fd9af208..59ba15b53 100644 --- a/client/src/app/videos/+video-edit/shared/video-edit.component.html +++ b/client/src/app/videos/+video-edit/shared/video-edit.component.html | |||
@@ -121,16 +121,6 @@ | |||
121 | ></my-peertube-checkbox> | 121 | ></my-peertube-checkbox> |
122 | 122 | ||
123 | <my-peertube-checkbox | 123 | <my-peertube-checkbox |
124 | inputName="commentsEnabled" formControlName="commentsEnabled" | ||
125 | i18n-labelText labelText="Enable video comments" | ||
126 | ></my-peertube-checkbox> | ||
127 | |||
128 | <my-peertube-checkbox | ||
129 | inputName="downloadEnabled" formControlName="downloadEnabled" | ||
130 | i18n-labelText labelText="Download enabled" | ||
131 | ></my-peertube-checkbox> | ||
132 | |||
133 | <my-peertube-checkbox | ||
134 | *ngIf="waitTranscodingEnabled" | 124 | *ngIf="waitTranscodingEnabled" |
135 | inputName="waitTranscoding" formControlName="waitTranscoding" | 125 | inputName="waitTranscoding" formControlName="waitTranscoding" |
136 | i18n-labelText labelText="Wait transcoding before publishing the video" | 126 | i18n-labelText labelText="Wait transcoding before publishing the video" |
@@ -221,6 +211,16 @@ | |||
221 | {{ formErrors.support }} | 211 | {{ formErrors.support }} |
222 | </div> | 212 | </div> |
223 | </div> | 213 | </div> |
214 | |||
215 | <my-peertube-checkbox | ||
216 | inputName="commentsEnabled" formControlName="commentsEnabled" | ||
217 | i18n-labelText labelText="Enable video comments" | ||
218 | ></my-peertube-checkbox> | ||
219 | |||
220 | <my-peertube-checkbox | ||
221 | inputName="downloadEnabled" formControlName="downloadEnabled" | ||
222 | i18n-labelText labelText="Enable download" | ||
223 | ></my-peertube-checkbox> | ||
224 | </div> | 224 | </div> |
225 | </ng-template> | 225 | </ng-template> |
226 | </ngb-tab> | 226 | </ngb-tab> |