diff --git a/embark-ui/src/components/Console.js b/embark-ui/src/components/Console.js index 35def8c7..09f64d45 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() && )} /> - } + }