Change userId, dbId to username and dbname (#1274)

This commit is contained in:
vera-liu
2016-10-06 09:53:33 -07:00
committed by GitHub
parent f837733d85
commit 5c5b393f2f
3 changed files with 10 additions and 6 deletions

View File

@@ -126,7 +126,7 @@ class QuerySearch extends React.Component {
</div>
<QueryTable
columns={[
'state', 'dbId', 'userId',
'state', 'db', 'user',
'progress', 'rows', 'sql', 'querylink',
]}
onUserClicked={this.onUserClicked.bind(this)}