Skip to content

Commit

Permalink
dashboard links to same host
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel3735928559 committed Nov 18, 2016
1 parent 8643f26 commit 4acae77
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions next/dashboard/templates/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@ <h2> Experiment info </h2>
<b> Dashboard data generated: </b> <span id="last_dashboard_update"></span> <br>
<b> Number of participants: </b> <span id="num_participants"></span> <br>
<b> Number of answers: </b> <span id="num_queries"></span> <br>
<b> Backend Exceptions: </b> <a href="{{ host_url }}/api/experiment/{{ exp_uid }}/logs/APP-EXCEPTION" target="_blank">Open in new tab</a> <br>
<b> Participant data: </b> <a href="{{ host_url }}/api/experiment/{{ exp_uid }}/participants?zip=True" target="_blank">Open in new tab</a> <br>
<b> Experiment data: </b> <a href="{{ host_url }}/api/experiment/{{ exp_uid }}" target="_blank">Open in new tab</a> <br>
<b> Query page: </b> <a href="{{ host_url }}/query/query_page/query_page/{{ exp_uid }}" target="_blank">Open in new tab</a> <br>
<b> Backend Exceptions: </b> <a href="/api/experiment/{{ exp_uid }}/logs/APP-EXCEPTION" target="_blank">Open in new tab</a> <br>
<b> Participant data: </b> <a href="/api/experiment/{{ exp_uid }}/participants?zip=True" target="_blank">Open in new tab</a> <br>
<b> Experiment data: </b> <a href="/api/experiment/{{ exp_uid }}" target="_blank">Open in new tab</a> <br>
<b> Query page: </b> <a href="/query/query_page/query_page/{{ exp_uid }}" target="_blank">Open in new tab</a> <br>
</p>
</div>
</div>
Expand Down

0 comments on commit 4acae77

Please sign in to comment.