]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/friends/friend-list/friend-list.component.html
Client: replace simple tables by ng2 smart table component
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / friends / friend-list / friend-list.component.html
CommitLineData
dfe3ec6b
C
1<h3>Friends list</h3>
2
28798b5d 3<ng2-smart-table [settings]="tableSettings" [source]="friendsSource"></ng2-smart-table>
e2f555ca 4
28798b5d 5<a *ngIf="hasFriends()" class="add-user btn btn-danger pull-left" (click)="quitFriends()">
e2f555ca
C
6 Quit friends
7</a>
8
28798b5d 9<a *ngIf="!hasFriends()" class="add-user btn btn-success pull-right" [routerLink]="['/admin/friends/add']">
e2f555ca
C
10 Make friends
11</a>