Skip to content
Snippets Groups Projects
Commit 7cbe3aa2 authored by Tibo's avatar Tibo
Browse files

Show distro on list of servers

parent c3c488e2
No related branches found
No related tags found
No related merge requests found
......@@ -35,12 +35,14 @@
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
@foreach($organization->servers as $server)
<tr>
<td>{{ $server->name }}</td>
<td><span class="badge badge-success">{{ $server->statusString() }}</span></td>
<td>{{ $server->lastRecordTime()->diffForHumans() }}</td>
<td>{{ $server->lsb() }}</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