Skip to content
This repository has been archived by the owner on Dec 17, 2019. It is now read-only.

Commit

Permalink
add time stamp to build info
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranRoche committed Aug 8, 2018
1 parent 860afc4 commit 6f77137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/build/BuildSummary.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class BuildSummary extends Component {
return (
<div className="build-summary-container">
<div className="build-phase"><BuildStatus build={this.props.build} />&nbsp;<a>Build #1</a></div>
<div className="build-timestamp"><Moment fromNow>{0.654}</Moment></div>
<div className="build-timestamp"><Moment fromNow>{this.props.build.status.startTimestamp}</Moment></div>
<div className="build-links"><a>View log</a></div>
</div>
)
Expand Down

0 comments on commit 6f77137

Please sign in to comment.