Skip to content

Commit

Permalink
Truncate commit sha
Browse files Browse the repository at this point in the history
  • Loading branch information
adimoldovan committed Aug 26, 2024
1 parent 572bb76 commit 8c65e75
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/Flows.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,9 @@ export default class Flows extends BaseComponent {
<div className="col">
<span>{ this.data.count } flows</span>
<br />
<span className={ 'caption' }>{ this.data.sha }</span>
<br />
<span className={ 'caption' }>
updated { moment( this.data.lastUpdate ).fromNow() }
commit { this.data.sha.substring( 0, 6 ) }, updated{ ' ' }
{ moment( this.data.lastUpdate ).fromNow() }
</span>
</div>
<div className="col filters right-align">{ this.getFilterButtons() }</div>
Expand Down

0 comments on commit 8c65e75

Please sign in to comment.