mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Change userId, dbId to username and dbname (#1274)
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user