1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-23 01:22:30 +01:00

Fix display

This commit is contained in:
Dane Everitt 2016-09-17 17:00:44 -04:00
parent 07f0c41eb6
commit 0ad8884c44

View File

@ -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>