Clean up dashboards table

pull/10616/head
Alex P 2017-03-29 16:35:14 -07:00
parent 635ebc5dd2
commit 094b47f808
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,7 @@ const DashboardsPage = React.createClass({
<thead>
<tr>
<th>Name</th>
<th></th>
</tr>
</thead>
<tbody>
@ -116,6 +117,7 @@ const DashboardsPage = React.createClass({
{'Kubernetes'}
</Link>
</td>
<td></td>
</tr>
</tbody>
</table>