add host view link

pull/73/merge
Jade McGough 2016-09-20 16:11:32 -07:00
parent fdf9d0161d
commit 66a5b83da3
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export const HostsPage = React.createClass({
dataNodes.map(({name, id}) => {
return (
<tr key={id}>
<td>{name}</td>
<td><a href={`/host/${id}`}>{name}</a></td>
<td>UP</td>
<td>98%</td>
<td>1.12</td>