fix(web): define explicit action endpoint with handler query for operations manual trigger form
This commit is contained in:
@@ -68,7 +68,7 @@
|
||||
}
|
||||
</td>
|
||||
<td>
|
||||
<form method="post" asp-page-handler="TriggerJob" class="d-inline">
|
||||
<form method="post" action="/Admin/Operations?handler=TriggerJob" class="d-inline">
|
||||
@Html.AntiForgeryToken()
|
||||
<input type="hidden" name="jobId" value="@job.JobId" />
|
||||
<button type="submit" class="btn btn-sm btn-success text-white">즉시 실행</button>
|
||||
|
||||
Reference in New Issue
Block a user