mirror of
https://github.com/syncthing/syncthing.git
synced 2026-06-29 10:55:18 -04:00
4 lines
184 B
HTML
4 lines
184 B
HTML
<div fxLayout="row" fxLayoutAlign="space-between start" [ngClass]="(_selected)?'item selected':'item'">
|
|
<div><a href="#">{{state}}</a>: </div>
|
|
<div>{{count}}</div>
|
|
</div> |