Merge pull request #21 from kingc2022/main

fix bug
This commit is contained in:
kingc 2023-10-03 00:36:40 +08:00 committed by GitHub
commit e09012fa98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"