Match order of keys

pull/786/head
Andrew Watkins 2017-01-23 11:30:10 -08:00
parent caa1bb32af
commit 7898ecfc67
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ const AlertsTable = React.createClass({
</thead>
<tbody>
{
alerts.map(({name, level, time, value, host}) => {
alerts.map(({name, level, time, host, value}) => {
return (
<tr key={`${name}-${level}-${time}-${host}-${value}`}>
<td className="monotype">{name}</td>