This commit is contained in:
cyq 2023-10-03 00:25:29 +08:00
parent 7d2d7e68a5
commit 305e35118b

View File

@ -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>
&nbsp; &nbsp;
<form action="{{ route('admin.tunnels.destroy', ['tunnel' => $host]) }}" method="POST" <form action="{{ route('admin.tunnels.destroy', ['tunnel' => $host]) }}" method="POST"