commit
e09012fa98
@ -86,7 +86,7 @@
|
|||||||
<td>{{ $host->created_at }}</td>
|
<td>{{ $host->created_at }}</td>
|
||||||
<td>{{ $host->updated_at }}</td>
|
<td>{{ $host->updated_at }}</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ route('admin.tunnels.show', ['host' => $host]) }}"
|
<a href="{{ route('admin.tunnels.show', ['tunnel' => $host]) }}"
|
||||||
class="btn btn-sm btn-primary">编辑</a>
|
class="btn btn-sm btn-primary">编辑</a>
|
||||||
|
|
||||||
<form action="{{ route('admin.tunnels.destroy', ['tunnel' => $host]) }}" method="POST"
|
<form action="{{ route('admin.tunnels.destroy', ['tunnel' => $host]) }}" method="POST"
|
||||||
|
Loading…
Reference in New Issue
Block a user