Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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>
|
||||
|
||||
Reference in New Issue
Block a user