Clean up dashboards table
parent
635ebc5dd2
commit
094b47f808
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue