Skip to content
Snippets Groups Projects
Commit 17139e4a authored by Tibo's avatar Tibo
Browse files

Show status + heartbeet on org page

parent ba3ff2af
No related branches found
No related tags found
No related merge requests found
......@@ -12,17 +12,15 @@
<table class="table table-striped">
<tr>
<th>Name</th>
<th>ID</th>
<th>Token</th>
<th></th>
<th></th>
<th></th>
</tr>
@foreach($organization->servers as $server)
<tr>
<td>{{ $server->name }}</td>
<td>{{ $server->id }}</td>
<td>{{ $server->token }}</td>
<td>{{ $server->status() }}</td>
<td>{{ $server->lastRecordTime()->diffForHumans() }}</td>
<td class="text-right">
<a class="btn btn-primary btn-sm"
href="{{ action('ServerController@show', ['Server' => $server]) }}">
......
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