mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-02-08 05:15:04 +00:00
caapitalize header correctly
This commit is contained in:
parent
2afd690db0
commit
c506b5a3ef
@ -8,7 +8,8 @@ class Process extends Component {
|
||||
render() {
|
||||
const {processLogs, process}= this.props;
|
||||
return (
|
||||
<Page.Content title={process.name}>
|
||||
<Page.Content>
|
||||
<Page.Header><Page.Title className="text-capitalize">{process.name}</Page.Title></Page.Header>
|
||||
<p className="text-capitalize">State: {process.state}</p>
|
||||
<div className="logs">
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user