]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/instance/feature-boolean.component.html
Improve features table
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / instance / feature-boolean.component.html
CommitLineData
a00045a2
C
1<span *ngIf="value === true" class="glyphicon glyphicon-ok"></span>
2<span *ngIf="value === false" class="glyphicon glyphicon-remove"></span>
3