]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/+admin/friends/friend-list/friend-list.component.html
Remove one pod (#76)
[github/Chocobozzz/PeerTube.git] / client / src / app / +admin / friends / friend-list / friend-list.component.html
CommitLineData
897ec54d
C
1<div class="row">
2 <div class="content-padding">
3 <h3>Friends list</h3>
dfe3ec6b 4
d5f5a670 5 <ng2-smart-table [settings]="tableSettings" [source]="friendsSource" (delete)="removeFriend($event)"></ng2-smart-table>
e2f555ca 6
897ec54d
C
7 <a *ngIf="hasFriends()" class="btn btn-danger pull-left" (click)="quitFriends()">
8 Quit friends
9 </a>
e2f555ca 10
897ec54d
C
11 <a *ngIf="!hasFriends()" class="btn btn-success pull-right" [routerLink]="['/admin/friends/add']">
12 Make friends
13 </a>
14 </div>
15</div>