8000 Merge branch 'next' of github.com:rethinkdb/rethinkdb into next · jchjava/rethinkdb@e3ebfc7 · GitHub
[go: up one dir, main page]

Skip to content

Commit e3ebfc7

Browse files
author
Daniel Mewes
committed
Merge branch 'next' of github.com:rethinkdb/rethinkdb into next
2 parents 8a60381 + d914817 commit e3ebfc7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

admin/static/coffee/dataexplorer.coffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3467,6 +3467,8 @@ module 'DataExplorerView', ->
34673467
for task in profile
34683468
if task['duration(ms)']?
34693469
total_duration += task['duration(ms)']
3470+
else if task['mean_duration(ms)']?
3471+
total_duration += task['mean_duration(ms)']
34703472

34713473
total_duration
34723474

admin/static/handlebars/namespaces/database.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ <h2 class="title">Tables in this database</h2>
4949
<ul class="tables">
5050
{{#each tables}}
5151
<li class="table">
52-
<p class="name"><a href="/#tables/{{id}}">{{name}}</a></p>
52+
<p class="name"><a href="#tables/{{id}}">{{name}}</a></p>
5353
<p class="info"><span class="highlight">{{nshards}}</span> {{pluralize_noun "shard" nshards}}, <span class="highlight">{{nreplicas}}</span> {{pluralize_noun "replica" nreplicas}}</p>
5454
<p class="status">{{humanize_namespace_reachability reachability}}</p>
5555
</li>

0 commit comments

Comments
 (0)
0