Skip to content

Commit

Permalink
Adds "Sync Status" button" (argoproj#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec authored Jun 1, 2019
1 parent 32bfad2 commit 0fd10be
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,10 @@ export class ApplicationDetails extends React.Component<RouteComponentProps<{ na
iconClassName: 'fa fa-sync',
title: <span className='show-for-medium'>Sync</span>,
action: () => this.showDeploy('all'),
}, {
iconClassName: 'fa fa-info-circle',
title: <span className='show-for-medium'>Sync Status</span>,
action: () => this.setOperationStatusVisible(true),
}, {
iconClassName: 'fa fa-history',
title: <span className='show-for-medium'>History and rollback</span>,
Expand Down

0 comments on commit 0fd10be

Please sign in to comment.