diff options
author | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:05:55 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-04-08 14:05:55 +0200 |
commit | b1f3b635edf48949d268ce3d72fc33f126932a21 (patch) | |
tree | 1e5f9806358131355e93489e1d89d87a8f19415e /client/src/app/+my-account | |
parent | a911462d02bb9134f539ba904d440693608a27c2 (diff) | |
download | PeerTube-b1f3b635edf48949d268ce3d72fc33f126932a21.tar.gz PeerTube-b1f3b635edf48949d268ce3d72fc33f126932a21.tar.zst PeerTube-b1f3b635edf48949d268ce3d72fc33f126932a21.zip |
Improve admin tables row expand
Diffstat (limited to 'client/src/app/+my-account')
-rw-r--r-- | client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html b/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html index 329948cb5..922664338 100644 --- a/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html +++ b/client/src/app/+my-account/my-account-video-imports/my-account-video-imports.component.html | |||
@@ -15,8 +15,8 @@ | |||
15 | 15 | ||
16 | <ng-template pTemplate="body" let-expanded="expanded" let-videoImport> | 16 | <ng-template pTemplate="body" let-expanded="expanded" let-videoImport> |
17 | <tr> | 17 | <tr> |
18 | <td> | 18 | <td class="expand-cell"> |
19 | <span *ngIf="videoImport.error" class="expander" [pRowToggler]="videoImport"> | 19 | <span *ngIf="videoImport.error" class="expander" [pRowToggler]="videoImport" i18n-ngbTooltip ngbTooltip="See the error"> |
20 | <i [ngClass]="expanded ? 'glyphicon glyphicon-menu-down' : 'glyphicon glyphicon-menu-right'"></i> | 20 | <i [ngClass]="expanded ? 'glyphicon glyphicon-menu-down' : 'glyphicon glyphicon-menu-right'"></i> |
21 | </span> | 21 | </span> |
22 | </td> | 22 | </td> |