File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
resources/views/admin/services Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments