Fix auto colspan

This commit is contained in:
Chocobozzz
2024-12-23 14:49:05 +01:00
parent 41228bfd4c
commit 6346c33933

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 {