10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45a5a01 + 1425ccc commit 49611baCopy full SHA for 49611ba
admin/static/handlebars/namespaces/database.html
@@ -49,7 +49,7 @@ <h2 class="title">Tables in this database</h2>
49
<ul class="tables">
50
{{#each tables}}
51
52
- <p class="name"><a href="/#tables/{{id}}">{{name}}</a></p>
+ <p class="name"><a href="#tables/{{id}}">{{name}}</a></p>
53
<p class="info"><span class="highlight">{{nshards}}</span> {{pluralize_noun "shard" nshards}}, <span class="highlight">{{nreplicas}}</span> {{pluralize_noun "replica" nreplicas}}</p>
54
<p class="status">{{humanize_namespace_reachability reachability}}</p>
55
</li>
0 commit comments