From d1a7960cbef3a92e0b45cffd32b1069bb1102ed9 Mon Sep 17 00:00:00 2001 From: Iuri Matias Date: Mon, 15 Oct 2018 21:46:48 -0400 Subject: [PATCH] fix view --- embark-ui/src/components/Console.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/embark-ui/src/components/Console.js b/embark-ui/src/components/Console.js index 35def8c71..09f64d451 100644 --- a/embark-ui/src/components/Console.js +++ b/embark-ui/src/components/Console.js @@ -2,7 +2,7 @@ import PropTypes from "prop-types"; import React, {Component} from 'react'; import Convert from 'ansi-to-html'; -import { Col, Row, Card, TabContent, TabPane, Nav, NavItem, NavLink } from 'reactstrap'; +import { Col, Row, Card, CardBody, CardFooter, TabContent, TabPane, Nav, NavItem, NavLink } from 'reactstrap'; import classnames from 'classnames'; import {AsyncTypeahead} from 'react-bootstrap-typeahead' @@ -81,11 +81,11 @@ class Console extends Component { - + {this.renderNav()} {this.renderTabs()} - - {this.props.isEmbark() && + + {this.props.isEmbark() && )} /> - } + }