syn flood封禁时间从4位延长到8位

This commit is contained in:
刘祥超
2022-04-27 16:09:15 +08:00
parent c17a27b7bf
commit 2c269a87a6
3 changed files with 3 additions and 3 deletions

View File

@@ -10408,7 +10408,7 @@ Vue.component("firewall-syn-flood-config-box", {
<td>封禁时间</td>
<td>
<div class="ui input right labeled">
<input type="text" v-model="timeoutSeconds" style="width: 5em" maxlength="4"/>
<input type="text" v-model="timeoutSeconds" style="width: 5em" maxlength="8"/>
<span class="ui label">秒</span>
</div>
</td>