Skip to content

Commit

Permalink
Fix #59 - "Span Name" to "Service & Operation"
Browse files Browse the repository at this point in the history
  • Loading branch information
tiffon committed Aug 21, 2017
1 parent bef7f5b commit fa6f016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TracePage/TraceTimelineViewer/TraceView.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export default function TraceView(props) {
<div className="mx0 px1 overflow-hidden">
<TimelineRow style={{ backgroundColor: '#e8e8e8', borderBottom: '1px solid #ccc' }}>
<TimelineRow.Left>
<h3 className="m0 p1">Span Name</h3>
<h3 className="m0 p1">Service & Operation</h3>
</TimelineRow.Left>
<TimelineRow.Right>
<Ticks
Expand Down

0 comments on commit fa6f016

Please sign in to comment.