diff options
author | Chocobozzz <me@florianbigard.com> | 2022-08-10 14:56:53 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-08-10 14:57:26 +0200 |
commit | 87cd93970ddacc4f8314ed9cd71f7241569975cd (patch) | |
tree | 3375c0eecc0e91f619de0386e1d15878511d2228 /client/src/app | |
parent | 40e9937247147a74e7a14a4035d374d4ed27bd11 (diff) | |
download | PeerTube-87cd93970ddacc4f8314ed9cd71f7241569975cd.tar.gz PeerTube-87cd93970ddacc4f8314ed9cd71f7241569975cd.tar.zst PeerTube-87cd93970ddacc4f8314ed9cd71f7241569975cd.zip |
Add missing openapi
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/+my-library/my-video-imports/my-video-imports.component.html | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/client/src/app/+my-library/my-video-imports/my-video-imports.component.html b/client/src/app/+my-library/my-video-imports/my-video-imports.component.html index 866cd1a72..92a4a4a52 100644 --- a/client/src/app/+my-library/my-video-imports/my-video-imports.component.html +++ b/client/src/app/+my-library/my-video-imports/my-video-imports.component.html | |||
@@ -1,15 +1,17 @@ | |||
1 | <h1> | 1 | <h1 class="d-flex justify-content-between"> |
2 | <my-global-icon iconName="cloud-download" aria-hidden="true"></my-global-icon> | 2 | <span> |
3 | <ng-container i18n>My imports</ng-container> | 3 | <my-global-icon iconName="cloud-download" aria-hidden="true"></my-global-icon> |
4 | </h1> | 4 | <ng-container i18n>My imports</ng-container> |
5 | 5 | </span> | |
6 | <div class="mb-4 d-flex justify-content-between"> | ||
7 | <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter> | ||
8 | 6 | ||
9 | <a routerLink="/my-library/video-channel-syncs" class="button-link"> | 7 | <a routerLink="/my-library/video-channel-syncs" class="button-link"> |
10 | <my-global-icon iconName="repeat" aria-hidden="true"></my-global-icon> | 8 | <my-global-icon iconName="repeat" aria-hidden="true"></my-global-icon> |
11 | <ng-container i18n>My synchronizations</ng-container> | 9 | <ng-container i18n>My synchronizations</ng-container> |
12 | </a> | 10 | </a> |
11 | </h1> | ||
12 | |||
13 | <div class="mb-4 d-flex justify-content-between"> | ||
14 | <my-advanced-input-filter (search)="onSearch($event)"></my-advanced-input-filter> | ||
13 | </div> | 15 | </div> |
14 | 16 | ||
15 | <p-table | 17 | <p-table |