Skip to content
Snippets Groups Projects
Commit 8cd5e80a authored by Tibo's avatar Tibo
Browse files

organizations : show count of server

parent 61ad77eb
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@
<a href="{{ action('OrganizationController@show', ['organization' => $organization]) }}"
class="text-decoration-none">
{{ $organization->name }}
</a>
</a><br>
<i class="fas fa-server"></i> {{ $organization->servers()->count() }} servers
</td>
<td class="text-right">
<a class="btn btn-primary btn-sm"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment