mirror of
https://github.com/valitydev/redash.git
synced 2024-11-08 18:03:54 +00:00
Merge pull request #1884 from miketheman/miketheman/query_link
Add link to query page from admin view
This commit is contained in:
commit
5310385f15
@ -35,7 +35,7 @@
|
||||
<td>{{row.data_source_id}}</td>
|
||||
<td>{{row.username}}</td>
|
||||
<td>{{row.state}} <span ng-if="row.state === 'failed'" uib-popover="{{row.error}}" popover-trigger="mouseenter" class="zmdi zmdi-help"></span></td>
|
||||
<td>{{row.query_id}}</td>
|
||||
<td><a href="queries/{{row.query_id}}">{{row.query_id}}</a></td>
|
||||
<td>{{row.query_hash}}</td>
|
||||
<td>{{row.run_time | durationHumanize}}</td>
|
||||
<td>{{row.created_at | toMilliseconds | dateTime }}</td>
|
||||
|
Loading…
Reference in New Issue
Block a user