We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 07f0c41 commit 0ad8884Copy full SHA for 0ad8884
1 file changed
resources/views/admin/services/view.blade.php
@@ -36,7 +36,6 @@
36
<tr>
37
<th>Option Name</th>
38
<th>Description</th>
39
- <th>Docker Image</th>
40
<th>Tag</th>
41
<th class="text-center">Servers</th>
42
</tr>
@@ -46,7 +45,6 @@
46
45
47
<td><a href="{{ route('admin.services.option', [ $service->id, $option->id]) }}">{{ $option->name }}</a></td>
48
<td>{!! $option->description !!}</td>
49
- <td><code>{{ $option->docker_image }}</code></td>
50
<td><code>{{ $option->tag }}</code></td>
51
<td class="text-center">{{ $option->c_servers }}</td>
52
@@ -55,7 +53,6 @@
55
53
<td></td>
56
54
57
58
- <td></td>
59
<td class="text-center"><a href="{{ route('admin.services.option.new', $service->id) }}"><i class="fa fa-plus"></i></a></td>
60
61
</tbody>
0 commit comments