Skip to content

Commit 0ad8884

Browse files
committed
Fix display
1 parent 07f0c41 commit 0ad8884

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

resources/views/admin/services/view.blade.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
<tr>
3737
<th>Option Name</th>
3838
<th>Description</th>
39-
<th>Docker Image</th>
4039
<th>Tag</th>
4140
<th class="text-center">Servers</th>
4241
</tr>
@@ -46,7 +45,6 @@
4645
<tr>
4746
<td><a href="{{ route('admin.services.option', [ $service->id, $option->id]) }}">{{ $option->name }}</a></td>
4847
<td>{!! $option->description !!}</td>
49-
<td><code>{{ $option->docker_image }}</code></td>
5048
<td><code>{{ $option->tag }}</code></td>
5149
<td class="text-center">{{ $option->c_servers }}</td>
5250
</tr>
@@ -55,7 +53,6 @@
5553
<td></td>
5654
<td></td>
5755
<td></td>
58-
<td></td>
5956
<td class="text-center"><a href="{{ route('admin.services.option.new', $service->id) }}"><i class="fa fa-plus"></i></a></td>
6057
</tr>
6158
</tbody>

0 commit comments

Comments
 (0)