Fix auto colspan

pull/6548/merge
Chocobozzz 2024-12-23 14:49:05 +01:00
parent 41228bfd4c
commit 6346c33933
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 1 deletions

View File

@ -5,6 +5,7 @@ import { AuthService, Notifier, RestPagination, RestTable, ServerService } from
import { VideoChannelSyncService } from '@app/shared/shared-main/channel/video-channel-sync.service'
import { VideoChannelService } from '@app/shared/shared-main/channel/video-channel.service'
import { AlertComponent } from '@app/shared/shared-main/common/alert.component'
import { AutoColspanDirective } from '@app/shared/shared-main/common/auto-colspan.directive'
import { PTDatePipe } from '@app/shared/shared-main/common/date.pipe'
import { NgbTooltip } from '@ng-bootstrap/ng-bootstrap'
import { HTMLServerConfig, VideoChannelSync, VideoChannelSyncState, VideoChannelSyncStateType } from '@peertube/peertube-models'
@ -29,7 +30,8 @@ import { ActionDropdownComponent, DropdownAction } from '../../shared/shared-mai
ActorAvatarComponent,
NgClass,
PTDatePipe,
AlertComponent
AlertComponent,
AutoColspanDirective
]
})
export class MyVideoChannelSyncsComponent extends RestTable implements OnInit {