Add peer management to the Status tab (#5566)

* Add peer management to the Status tab

* Fix propTypes issue
This commit is contained in:
Nicolas Gotchac
2017-05-16 12:01:55 +02:00
committed by Gav Wood
parent 945c1a9478
commit 0f1a857576
6 changed files with 259 additions and 16 deletions

View File

@@ -27,7 +27,8 @@ const bodyStyle = {
backgroundColor: darkBlack,
borderStyle: 'solid',
borderColor: grey800,
borderWidth: '1px 1px 0 1px'
borderWidth: '1px 1px 0 1px',
minWidth: 0
};
class Snackbar extends Component {