修复bug

This commit is contained in:
wzj 2025-06-14 11:32:08 +08:00
parent da5071b3c1
commit 81ce256047

View File

@ -59,14 +59,14 @@
<div class="col-md-6"> <div class="col-md-6">
<label for="san_dns" class="form-label">SAN DNS (可选)</label> <label for="san_dns" class="form-label">SAN DNS (可选)</label>
<input type="text" class="form-control" id="common_name" name="common_name" <input type="text" class="form-control" id="common_name" name="common_name"
required pattern="[a-zA-Z0-9.-]+" pattern="[a-zA-Z0-9.-]+"
title="只能包含字母、数字、点号和短横线,且不能以点号或短横线开头或结尾"> title="只能包含字母、数字、点号和短横线,且不能以点号或短横线开头或结尾">
<div class="form-text">多个DNS用逗号分隔如: example.com,www.example.com</div> <div class="form-text">多个DNS用逗号分隔如: example.com,www.example.com</div>
</div> </div>
<div class="col-md-6"> <div class="col-md-6">
<label for="san_ip" class="form-label">SAN IP (可选)</label> <label for="san_ip" class="form-label">SAN IP (可选)</label>
<input type="text" class="form-control" id="common_name" name="common_name" <input type="text" class="form-control" id="common_name" name="common_name"
required pattern="[a-zA-Z0-9.-]+" pattern="[a-zA-Z0-9.-]+"
title="只能包含字母、数字、点号和短横线,且不能以点号或短横线开头或结尾"> title="只能包含字母、数字、点号和短横线,且不能以点号或短横线开头或结尾">
<div class="form-text">多个IP用逗号分隔如: 192.168.1.1,10.0.0.1</div> <div class="form-text">多个IP用逗号分隔如: 192.168.1.1,10.0.0.1</div>
</div> </div>