Browse Source

jira ag-12

all-modes
pbca26 8 years ago
parent
commit
3757952def
  1. 2
      react/src/components/dashboard/settings/settings.debugLogPanel.js

2
react/src/components/dashboard/settings/settings.debugLogPanel.js

@ -42,7 +42,7 @@ class DebugLogPanel extends React.Component {
_items.push(
<p key={ `app-runtime-log-entry-${i}` }>
<span>{ secondsToString(_appRuntimeLog[i].time, true) }</span>
<span className="padding-left-30">{ JSON.stringify(_appRuntimeLog[i].msg, null, '').replace('\\n', ' ') }</span>
<span className="padding-left-30">{ JSON.stringify(_appRuntimeLog[i].msg, null, '') }</span>
</p>
);
}

Loading…
Cancel
Save