mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Add peertube version in features table
This commit is contained in:
parent
ee83ad12ca
commit
dbdf2d51c6
6 changed files with 26 additions and 11 deletions
|
@ -1,6 +1,12 @@
|
|||
<div class="feature-table">
|
||||
|
||||
<table class="table" *ngIf="config">
|
||||
<tr>
|
||||
<td i18n class="label">PeerTube version</td>
|
||||
|
||||
<td class="value">{{ getServerVersionAndCommit() }}</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td i18n class="label">
|
||||
<div>Default NSFW/sensitive videos policy</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue