mirror of https://github.com/Chocobozzz/PeerTube
Fix auto colspan
parent
41228bfd4c
commit
6346c33933
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue