mirror of https://github.com/embarklabs/embark.git
caapitalize header correctly
This commit is contained in:
parent
426f71fd98
commit
0df3a84227
|
@ -8,7 +8,8 @@ class Process extends Component {
|
||||||
render() {
|
render() {
|
||||||
const {processLogs, process}= this.props;
|
const {processLogs, process}= this.props;
|
||||||
return (
|
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>
|
<p className="text-capitalize">State: {process.state}</p>
|
||||||
<div className="logs">
|
<div className="logs">
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue