diff --git a/dashboard/src/features/app/components/Navigation/Navigation.jsx b/dashboard/src/features/app/components/Navigation/Navigation.jsx index bc191097e7..5ccea3c943 100644 --- a/dashboard/src/features/app/components/Navigation/Navigation.jsx +++ b/dashboard/src/features/app/components/Navigation/Navigation.jsx @@ -56,12 +56,14 @@ class Navigation extends React.Component {
- Start a new blockchain network with this Chain Core as the block generator. -
+ {this.props.production && +This core is compiled for production. Use corectl
to configure as a generator.
Start a new blockchain network with this Chain Core as the block generator.
+ }{this.props.core.version}
{this.props.core.production.toString()}