diff --git a/ui/src/hosts/components/HostsTable.js b/ui/src/hosts/components/HostsTable.js index d1ad67782..4e436d47a 100644 --- a/ui/src/hosts/components/HostsTable.js +++ b/ui/src/hosts/components/HostsTable.js @@ -1,4 +1,5 @@ import React, {PropTypes} from 'react'; +import {Link} from 'react-router'; import _ from 'lodash'; const HostsTable = React.createClass({ @@ -108,7 +109,7 @@ const HostsTable = React.createClass({ {`${load.toFixed(2)}`} {apps.map((app) => { - return {app}; + return {app}; })}