DMS Updates

This commit is contained in:
Patrick Fic
2021-12-07 13:45:33 -08:00
parent 4393bf42ed
commit a09daf052b
2 changed files with 16 additions and 14 deletions

View File

@@ -23,7 +23,7 @@ export default connect(mapStateToProps, mapDispatchToProps)(DmsLogEvents);
export function DmsLogEvents({ socket, logs, bodyshop }) {
return (
<Timeline pending
//reverse={true}
reverse={true}
>
{logs.map((log, idx) => (
<Timeline.Item key={idx} color={LogLevelHierarchy(log.level)}>