fix(web): define explicit action endpoint with handler query for operations manual trigger form
Validators (Pushes and Pull Requests) / validate-ui-and-storage (push) Successful in 15s
Validators (Pushes and Pull Requests) / validate-core (push) Successful in 1m45s

This commit is contained in:
2026-07-12 14:10:40 +09:00
parent 24ec410f3d
commit ef6f9c74f6
@@ -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>