...
|
...
|
@@ -29,22 +29,6 @@ |
|
|
</div>
|
|
|
<!-- 列表 -->
|
|
|
<div class="widget-content nopadding" style="margin-left: 300px;">
|
|
|
<div class="widget-title" style="height: 53px;">
|
|
|
<div>
|
|
|
<div class="form-inline" role="form" id="inBoxQueryDiv"
|
|
|
style=" margin-top: 12px;margin-left: 25px;float: left;">
|
|
|
<div class="input-group" style="float: left;">
|
|
|
<span class="input-group-addon">IP:</span>
|
|
|
<input type="text" id="" class="form-control" placeholder=""/>
|
|
|
</div>
|
|
|
<div class="input-group" style="float: left;">
|
|
|
<span class="input-group-addon">IP:</span>
|
|
|
<input type="text" id="" class="form-control" placeholder=""/>
|
|
|
</div>
|
|
|
<button id="submit" class="btn btn-default">搜索</button>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="table"></div>
|
|
|
</div>
|
|
|
</div>
|
...
|
...
|
@@ -364,7 +348,7 @@ |
|
|
moUrl: $("#updateModal #moUrl").val()
|
|
|
},
|
|
|
success: function (response) {
|
|
|
if (200 != response.status) {
|
|
|
if (200 != response.code) {
|
|
|
alert(response.message);
|
|
|
}
|
|
|
else {
|
...
|
...
|
@@ -418,7 +402,7 @@ |
|
|
moUrl: $("#addModal #moUrl").val()
|
|
|
},
|
|
|
success: function (response) {
|
|
|
if (200 != response.status) {
|
|
|
if (200 != response.code) {
|
|
|
alert(response.message);
|
|
|
}
|
|
|
else {
|
...
|
...
|
|