Skip to content

Commit

Permalink
Remove nomination form (validators should know how to use the CLI any…
Browse files Browse the repository at this point in the history
…way)
  • Loading branch information
mappum committed Nov 24, 2017
1 parent 2572b38 commit 5747133
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 285 deletions.
3 changes: 1 addition & 2 deletions app/src/renderer/components/common/AppMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@
part(title='Govern')
list-item(to="/proposals" exact @click.native="close" title="Proposals")
part(title='Stake')
list-item(to="/staking" exact @click.native="close" title="Validator Candidates")
list-item(to="/staking/nominate" exact @click.native="close" title="Self Nomination")
list-item(to="/staking" exact @click.native="close" title="Delegate")
part(title='Monitor')
list-item(to="/blockchain" exact @click.native="close" title="Blockchain")
list-item(to="/validators" exact @click.native="close" title="Validators"
Expand Down
282 changes: 0 additions & 282 deletions app/src/renderer/components/staking/PageNominate.vue

This file was deleted.

1 change: 0 additions & 1 deletion app/src/renderer/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export default [
// STAKE
{ path: '/staking', name: 'candidates', component: staking('Candidates') },
{ path: '/staking/delegate', name: 'delegate', component: staking('Delegate') },
{ path: '/staking/nominate', name: 'nominate', component: staking('Nominate') },
{
path: '/staking/candidates/:candidate',
name: 'candidate',
Expand Down

0 comments on commit 5747133

Please sign in to comment.