aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-08-02 16:33:29 +0200
committerChocobozzz <me@florianbigard.com>2018-08-06 11:19:16 +0200
commit299474e8279675adb6c5ce140e7e39c6f3439453 (patch)
tree32962c4a6878e4f4268e10eb0fbb9db670013ad3 /client
parentce32426be941164d041526e4748b4c83cdc6bf1c (diff)
downloadPeerTube-299474e8279675adb6c5ce140e7e39c6f3439453.tar.gz
PeerTube-299474e8279675adb6c5ce140e7e39c6f3439453.tar.zst
PeerTube-299474e8279675adb6c5ce140e7e39c6f3439453.zip
Add ability to remove a video import
Diffstat (limited to 'client')
-rw-r--r--client/src/app/videos/+video-edit/video-import.component.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/app/videos/+video-edit/video-import.component.html b/client/src/app/videos/+video-edit/video-import.component.html
index 9d71a0717..d59c6a23a 100644
--- a/client/src/app/videos/+video-edit/video-import.component.html
+++ b/client/src/app/videos/+video-edit/video-import.component.html
@@ -4,6 +4,11 @@
4 4
5 <div class="form-group"> 5 <div class="form-group">
6 <label i18n for="targetUrl">URL</label> 6 <label i18n for="targetUrl">URL</label>
7 <my-help
8 helpType="custom" i18n-customHtml
9 customHtml="You can import any URL <a href='https://rg3.github.io/youtube-dl/supportedsites.html'>supported by youtube-dl</a> or URL that points to a raw MP4 file. Failure to secure these rights could cause legal trouble to yourself and your instance."
10 ></my-help>
11
7 <input type="text" id="targetUrl" [(ngModel)]="targetUrl" /> 12 <input type="text" id="targetUrl" [(ngModel)]="targetUrl" />
8 </div> 13 </div>
9 14