make host link more restful

pull/73/merge
Jade McGough 2016-09-20 16:42:25 -07:00
parent 66a5b83da3
commit 7ce286f043
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><a href={`/host/${id}`}>{name}</a></td>
<td><a href={`/hosts/${id}`}>{name}</a></td>
<td>UP</td>
<td>98%</td>
<td>1.12</td>