mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 02:09:37 +02:00
Correctly display multi select header
This commit is contained in:
parent
e7753c1b62
commit
7d99a6b857
14 changed files with 19 additions and 41 deletions
|
@ -6,7 +6,6 @@ import { ServerConfig, ServerStats } from '@peertube/peertube-models'
|
|||
import { of } from 'rxjs'
|
||||
import { HelpComponent } from '../shared-main/buttons/help.component'
|
||||
import { BytesPipe } from '../shared-main/common/bytes.pipe'
|
||||
import { PeerTubeTemplateDirective } from '../shared-main/common/peertube-template.directive'
|
||||
import { DaysDurationFormatterPipe } from '../shared-main/date/days-duration-formatter.pipe'
|
||||
import { FeatureBooleanComponent } from './feature-boolean.component'
|
||||
|
||||
|
@ -14,7 +13,7 @@ import { FeatureBooleanComponent } from './feature-boolean.component'
|
|||
selector: 'my-instance-features-table',
|
||||
templateUrl: './instance-features-table.component.html',
|
||||
styleUrls: [ './instance-features-table.component.scss' ],
|
||||
imports: [ NgIf, FeatureBooleanComponent, HelpComponent, PeerTubeTemplateDirective, NgFor, BytesPipe ]
|
||||
imports: [ NgIf, FeatureBooleanComponent, HelpComponent, NgFor, BytesPipe ]
|
||||
})
|
||||
export class InstanceFeaturesTableComponent implements OnInit {
|
||||
private serverService = inject(ServerService)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue