Skip to content

Commit

Permalink
Add connectors count at home page
Browse files Browse the repository at this point in the history
  • Loading branch information
dudanogueira committed May 4, 2021
1 parent ef534f1 commit 94b7653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocket_connect/templates/pages/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ <h1>{{server}}</h1>
</div>
<div class="card-body">
<p class="card-text">
<a name="" id="" class="btn btn-primary" href="{% url 'instance:server_detail' server.external_token %}" role="button">details</a>
<a name="" id="" class="btn btn-primary" href="{% url 'instance:server_detail' server.external_token %}" role="button">{{server.connectors.count}} Connectors</a>
</p>
</div>
</div>
Expand Down

0 comments on commit 94b7653

Please sign in to comment.