aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/instance/instance-features-table.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/instance/instance-features-table.component.html')
-rw-r--r--client/src/app/shared/instance/instance-features-table.component.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/client/src/app/shared/instance/instance-features-table.component.html b/client/src/app/shared/instance/instance-features-table.component.html
index d1cb8fcbe..f880a886f 100644
--- a/client/src/app/shared/instance/instance-features-table.component.html
+++ b/client/src/app/shared/instance/instance-features-table.component.html
@@ -2,6 +2,12 @@
2 2
3 <table class="table" *ngIf="config"> 3 <table class="table" *ngIf="config">
4 <tr> 4 <tr>
5 <td i18n class="label">PeerTube version</td>
6
7 <td class="value">{{ getServerVersionAndCommit() }}</td>
8 </tr>
9
10 <tr>
5 <td i18n class="label"> 11 <td i18n class="label">
6 <div>Default NSFW/sensitive videos policy</div> 12 <div>Default NSFW/sensitive videos policy</div>
7 <div class="more-info">can be redefined by the users</div> 13 <div class="more-info">can be redefined by the users</div>