Skip to content

Commit

Permalink
add ui mock action with only one allowed status
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisguida authored and ProofOfKeags committed Apr 2, 2021
1 parent c440f63 commit da81aec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/src/app/services/api/mock-app-fixures.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const bitcoinI: ApiAppInstalledFull = {
restoreAlert: 'if you restore this app horrible things will happen to the people you love.',
actions: [
{ id: 'sync-chain', name: 'Sync Chain', description: 'this will sync with the chain like from Avatar', allowedStatuses: [ AppStatus.RUNNING, AppStatus.RUNNING, AppStatus.RUNNING, AppStatus.RUNNING ]},
{ id: 'single-status-action', name: 'Single Status Action', description: 'This action has only one allowed status', allowedStatuses: [ AppStatus.RUNNING ]},
{ id: 'off-sync-chain', name: 'Off Sync Chain', description: 'this will off sync with the chain like from Avatar', allowedStatuses: [ AppStatus.STOPPED ]}
],
}
Expand Down

0 comments on commit da81aec

Please sign in to comment.