diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-04-19 23:42:06 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-05-01 16:41:02 +0200 |
commit | b8cf27c0f86d205a279d03b83e0e6728f46da67f (patch) | |
tree | 71222cc9dbd8b4c7fede48d3cfcfce9aa05a5ad3 /client/src/app/+my-account/my-account-ownership | |
parent | 36004aa7b0de5cb69a452090770221b192a78eb8 (diff) | |
download | PeerTube-b8cf27c0f86d205a279d03b83e0e6728f46da67f.tar.gz PeerTube-b8cf27c0f86d205a279d03b83e0e6728f46da67f.tar.zst PeerTube-b8cf27c0f86d205a279d03b83e0e6728f46da67f.zip |
Unify paginator disabling when no result is displayable, fix batch domain add for non-https
Diffstat (limited to 'client/src/app/+my-account/my-account-ownership')
-rw-r--r-- | client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html index c5fd3ccb9..354176a11 100644 --- a/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html +++ b/client/src/app/+my-account/my-account-ownership/my-account-ownership.component.html | |||
@@ -1,7 +1,7 @@ | |||
1 | <p-table | 1 | <p-table |
2 | [value]="videoChangeOwnerships" | 2 | [value]="videoChangeOwnerships" |
3 | [lazy]="true" | 3 | [lazy]="true" |
4 | [paginator]="true" | 4 | [paginator]="totalRecords > 0" |
5 | [totalRecords]="totalRecords" | 5 | [totalRecords]="totalRecords" |
6 | [rows]="rowsPerPage" | 6 | [rows]="rowsPerPage" |
7 | [sortField]="sort.field" | 7 | [sortField]="sort.field" |