Skip to content

Commit

Permalink
Move appstats link into RPC details section
Browse files Browse the repository at this point in the history
  • Loading branch information
kamens committed Jun 28, 2011
1 parent 547ec05 commit fba4920
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 4 additions & 0 deletions static/css/profiler.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,10 @@
color: #CCC;
}

.g-m-p .appstats-link {
float:right;
}

.g-m-p .url {
font-size: 125%;
}
Expand Down
4 changes: 3 additions & 1 deletion static/js/template.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
<div class="date_and_share">
<span class="date">${s_dt}</span>
- <a class="share" href="/gae_mini_profiler/shared?request_id=${encodeURIComponent(request_id)}">Share</a>
- <a class="share" target="_appstats" href="/_ah/stats/details?time=${appstats_results.appstats_key}">Appstats</a>
</div>

<div class="expand">
Expand Down Expand Up @@ -91,6 +90,9 @@
</div>

<div class="rpc-details details fancy-scrollbar" style="display:none;">

<a class="appstats-link" target="_appstats" href="/_ah/stats/details?time=${appstats_results.appstats_key}">Full Appstats Details</a>

{{if appstats_results.calls.length}}
<table class="rpc-service-totals">
<thead>
Expand Down

0 comments on commit fba4920

Please sign in to comment.