diff --git a/ui/src/hosts/components/HostsTable.js b/ui/src/hosts/components/HostsTable.js index 61c9a47d69..9b3f612f43 100644 --- a/ui/src/hosts/components/HostsTable.js +++ b/ui/src/hosts/components/HostsTable.js @@ -10,6 +10,7 @@ const HostsTable = React.createClass({ })), source: PropTypes.shape({ id: PropTypes.string.isRequired, + name: PropTypes.string.isRequired, }).isRequired, }, @@ -55,7 +56,12 @@ const HostsTable = React.createClass({ return (