syncthing/next-gen-gui/src/app/charts/chart-item/chart-item.component.html

4 lines
184 B
HTML

<div fxLayout="row" fxLayoutAlign="space-between start" [ngClass]="(_selected)?'item selected':'item'">
<div><a href="#">{{state}}</a>: &nbsp;</div>
<div>{{count}}</div>
</div>