提交日志总量获取,由于目前接口不可用,所以后台直接造的数据。超时直接显示超时

This commit is contained in:
wangxin
2018-06-14 17:49:58 +08:00
parent 5ec2264e1e
commit 74fac2333f
6 changed files with 32 additions and 13 deletions

View File

@@ -47,6 +47,7 @@
over4: "6over4",
all: "all",
ip_subnet: "Subnet",
ip_range: "ip Range"
ip_range: "ip Range",
timeout:"timeout"
});
}(jQuery));

View File

@@ -45,6 +45,7 @@
over4: "6over4",
all: "all",
ip_subnet: "Subnet",
ip_range: "ip Range"
ip_range: "ip Range",
timeout:"timeout"
});
}(jQuery));

View File

@@ -49,6 +49,7 @@
all: "全部",
ip_subnet: "Subnet",
ip_subnet: "Subnet",
ip_range: "ip Range"
ip_range: "ip Range",
timeout:"超时"
});
}(jQuery));