Fix display
This commit is contained in:
parent
07f0c41eb6
commit
0ad8884c44
1 changed files with 0 additions and 3 deletions
|
@ -36,7 +36,6 @@
|
|||
<tr>
|
||||
<th>Option Name</th>
|
||||
<th>Description</th>
|
||||
<th>Docker Image</th>
|
||||
<th>Tag</th>
|
||||
<th class="text-center">Servers</th>
|
||||
</tr>
|
||||
|
@ -46,7 +45,6 @@
|
|||
<tr>
|
||||
<td><a href="{{ route('admin.services.option', [ $service->id, $option->id]) }}">{{ $option->name }}</a></td>
|
||||
<td>{!! $option->description !!}</td>
|
||||
<td><code>{{ $option->docker_image }}</code></td>
|
||||
<td><code>{{ $option->tag }}</code></td>
|
||||
<td class="text-center">{{ $option->c_servers }}</td>
|
||||
</tr>
|
||||
|
@ -55,7 +53,6 @@
|
|||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<td class="text-center"><a href="{{ route('admin.services.option.new', $service->id) }}"><i class="fa fa-plus"></i></a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue