Complete implementation of new Server model.

This commit is contained in:
Dane Everitt 2017-02-02 19:41:38 -05:00
parent 644ee85f59
commit 3114b7e52a
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
10 changed files with 170 additions and 202 deletions

View file

@ -49,7 +49,7 @@
<th>@lang('strings.port')</th>
<th></th>
</tr>
@foreach ($allocations as $allocation)
@foreach ($server->allocations as $allocation)
<tr>
<td>
<code>{{ $allocation->ip }}</code>