diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2016-08-26 19:02:43 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2016-08-26 19:02:43 +0200 |
commit | 21496304370d6e84329091ccf5388c57bad67785 (patch) | |
tree | af3329cb0e65a7d7b26a21acf769c41025b0901b /client/src/app/admin/users | |
parent | 888973612713ae89fcde204cd0ac1c3cfbeee871 (diff) | |
download | PeerTube-21496304370d6e84329091ccf5388c57bad67785.tar.gz PeerTube-21496304370d6e84329091ccf5388c57bad67785.tar.zst PeerTube-21496304370d6e84329091ccf5388c57bad67785.zip |
Client: ID column smaller
Diffstat (limited to 'client/src/app/admin/users')
-rw-r--r-- | client/src/app/admin/users/user-list/user-list.component.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/admin/users/user-list/user-list.component.html b/client/src/app/admin/users/user-list/user-list.component.html index fa7f71864..2ef9ea0e0 100644 --- a/client/src/app/admin/users/user-list/user-list.component.html +++ b/client/src/app/admin/users/user-list/user-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>Username</th> | 7 | <th>Username</th> |
8 | <th class="text-right">Remove</th> | 8 | <th class="text-right">Remove</th> |
9 | </tr> | 9 | </tr> |