aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/admin/friends/friend-list/friend-list.component.html
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-08-26 19:02:43 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-08-26 19:02:43 +0200
commit21496304370d6e84329091ccf5388c57bad67785 (patch)
treeaf3329cb0e65a7d7b26a21acf769c41025b0901b /client/src/app/admin/friends/friend-list/friend-list.component.html
parent888973612713ae89fcde204cd0ac1c3cfbeee871 (diff)
downloadPeerTube-21496304370d6e84329091ccf5388c57bad67785.tar.gz
PeerTube-21496304370d6e84329091ccf5388c57bad67785.tar.zst
PeerTube-21496304370d6e84329091ccf5388c57bad67785.zip
Client: ID column smaller
Diffstat (limited to 'client/src/app/admin/friends/friend-list/friend-list.component.html')
-rw-r--r--client/src/app/admin/friends/friend-list/friend-list.component.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/admin/friends/friend-list/friend-list.component.html b/client/src/app/admin/friends/friend-list/friend-list.component.html
index 7f1709d94..f138d65dd 100644
--- a/client/src/app/admin/friends/friend-list/friend-list.component.html
+++ b/client/src/app/admin/friends/friend-list/friend-list.component.html
@@ -3,7 +3,7 @@
3<table class="table table-hover"> 3<table class="table table-hover">
4 <thead> 4 <thead>
5 <tr> 5 <tr>
6 <th>ID</th> 6 <th class="table-column-id">ID</th>
7 <th>Url</th> 7 <th>Url</th>
8 <th>Score</th> 8 <th>Score</th>
9 <th>Created Date</th> 9 <th>Created Date</th>