Make dashboards table conform to reveal-on-hover pattern

pull/10616/head
Alex P 2017-03-31 14:28:30 -07:00
parent 5208ef536a
commit b7e7227f50
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ const DashboardsPage = React.createClass({
<button className="btn btn-sm btn-primary" onClick={this.handleCreateDashbord}>Create Dashboard</button> <button className="btn btn-sm btn-primary" onClick={this.handleCreateDashbord}>Create Dashboard</button>
</div> </div>
<div className="panel-body"> <div className="panel-body">
<table className="table v-center"> <table className="table v-center admin-table">
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>