API & Client: add max speed in filters

This commit is contained in:
Sam
2018-06-11 22:42:04 +02:00
parent 941c9958f9
commit 5d749f3f47
8 changed files with 83 additions and 4 deletions

View File

@ -48,10 +48,10 @@ export default function RecordsCard (props) {
<td>
{rec.record_type}
</td>
<td>
<td className="text-right">
{rec.value}
</td>
<td>
<td className="text-right">
<Link to={`/activities/${rec.activity_id}`}>
{rec.activity_date}
</Link>