mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 18:29:27 +02:00
Migrate to bootstrap 5
This commit is contained in:
parent
b89b0bfce9
commit
4c8749cb9e
128 changed files with 730 additions and 855 deletions
|
@ -1,6 +1,6 @@
|
|||
<div *ngIf="serverConfig" class="feature-table">
|
||||
|
||||
<table class="table" *ngIf="serverConfig">
|
||||
<table *ngIf="serverConfig">
|
||||
<caption i18n>Features found on this instance</caption>
|
||||
<tr>
|
||||
<th i18n class="label" scope="row">PeerTube version</th>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue