IP导入,url导入,SNI导入加入导入时直接审核功能
This commit is contained in:
@@ -174,6 +174,20 @@
|
||||
</div>
|
||||
</br>
|
||||
</c:if>
|
||||
<c:if test="${cfg.functionId eq 5 or cfg.functionId eq 34 or cfg.functionId eq 6}">
|
||||
<div class="row">
|
||||
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="examine"/></label>
|
||||
<div class="col-md-6">
|
||||
<label class="radio-inline">
|
||||
<input type="radio" name="isSend" value="0" checked><spring:message code="no"/>
|
||||
</label>
|
||||
<label class="radio-inline">
|
||||
<input type="radio" name="isSend" value="1"><spring:message code="yes"/>
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
</br>
|
||||
</c:if>
|
||||
<div class="col-md-12">
|
||||
<div class="form-group">
|
||||
<label class="col-md-2 control-label" style="margin-top:5px;"><spring:message
|
||||
|
||||
Reference in New Issue
Block a user