diff --git a/src/react/LogMonitor.js b/src/react/LogMonitor.js index d710dcc4..6c51f819 100644 --- a/src/react/LogMonitor.js +++ b/src/react/LogMonitor.js @@ -1,6 +1,12 @@ import React, { PropTypes, findDOMNode } from 'react'; import LogMonitorEntry from './LogMonitorEntry'; +const ulStyle = { + listStyle: "none", + padding: "20px 0 20px", + position: "relative" +}; + export default class LogMonitor { constructor() { if (typeof window !== 'undefined') { @@ -137,7 +143,9 @@ export default class LogMonitor { - {elements} +
- ⇧ -
- } + // Heading + const actionComponent = !maximizedAction ? ( ++ + {"- " + JSON.stringify(action, null, 2)} + ++ ); - {!collapsed && -
+ {"- " + this.printState(state, error)} ++ ); -