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>
|
<tr>
|
||||||
<th>Option Name</th>
|
<th>Option Name</th>
|
||||||
<th>Description</th>
|
<th>Description</th>
|
||||||
<th>Docker Image</th>
|
|
||||||
<th>Tag</th>
|
<th>Tag</th>
|
||||||
<th class="text-center">Servers</th>
|
<th class="text-center">Servers</th>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -46,7 +45,6 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td><a href="{{ route('admin.services.option', [ $service->id, $option->id]) }}">{{ $option->name }}</a></td>
|
<td><a href="{{ route('admin.services.option', [ $service->id, $option->id]) }}">{{ $option->name }}</a></td>
|
||||||
<td>{!! $option->description !!}</td>
|
<td>{!! $option->description !!}</td>
|
||||||
<td><code>{{ $option->docker_image }}</code></td>
|
|
||||||
<td><code>{{ $option->tag }}</code></td>
|
<td><code>{{ $option->tag }}</code></td>
|
||||||
<td class="text-center">{{ $option->c_servers }}</td>
|
<td class="text-center">{{ $option->c_servers }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
@ -55,7 +53,6 @@
|
||||||
<td></td>
|
<td></td>
|
||||||
<td></td>
|
<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>
|
<td class="text-center"><a href="{{ route('admin.services.option.new', $service->id) }}"><i class="fa fa-plus"></i></a></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|
Loading…
Reference in a new issue