kongdeqiang
2023-05-11 d4e6ec0389dd8abbcce4ee4f9e5cdad1633491d5
src/main/resources/templates/heath/add.html
@@ -56,7 +56,7 @@
                </div>
                <div class="form-group">
                    <label><font color="red">*</font>服务接口URL<span class="text-muted">(URL需为http或https接口)</span></label>
                    <input type="text" autocomplete="off"  th:value="${heathMonitor.heathUrl}" class="validate[required,maxSize[255]] form-control" name="heathUrl" id="heathUrl" placeholder="如http://192.168.1.1:9999/wgcloud/heath">
                    <input type="text" autocomplete="off"  th:value="${heathMonitor.heathUrl}" class="validate[required,maxSize[255]] form-control" name="heathUrl" id="heathUrl" placeholder="如http://192.168.1.1:9999/tssw/heath">
                </div>
                <div class="form-group clearfix">
                    <label><font color="red">*</font>接口请求方式</label></br>