mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2026-01-03 17:46:37 +08:00
实现基本的访问日志策略
This commit is contained in:
18
web/views/@default/servers/accesslogs/test.html
Normal file
18
web/views/@default/servers/accesslogs/test.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{$layout "layout"}
|
||||
{$template "/code_editor"}
|
||||
{$template "policy_menu"}
|
||||
|
||||
<form class="ui form" data-tea-action="$" data-tea-success="success">
|
||||
<input type="hidden" name="policyId" :value="policy.id"/>
|
||||
<table class="ui table definition selectable">
|
||||
<tr>
|
||||
<td class="title">发送内容</td>
|
||||
<td>
|
||||
<source-code-box id="json-data-box" type="application/json" :read-only="false" name="bodyJSON">{
|
||||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.107 Safari/537.36"
|
||||
}</source-code-box>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<submit-btn></submit-btn>
|
||||
</form>
|
||||
Reference in New Issue
Block a user