1、修改部分英文翻译

2、修改页面 显示信息
This commit is contained in:
fangshunjian
2018-12-30 14:25:23 +06:00
parent fa21f9e091
commit 643eea42d9
13 changed files with 97 additions and 88 deletions

View File

@@ -97,11 +97,11 @@ function mydown(obj) {
<thead>
<tr>
<th width="13%">#(_res.get("node.ip"))</th>
<th width="13%">#(_res.get("monitor.type"))</th>
<th width="13%">#(_res.get("monitor.setting"))</th>
<!-- <th width="13%">#(_res.get("monitor.type"))</th> -->
<th width="13%">#(_res.get("monitor"))</th>
<th width="5%">#(_res.get("monitor.status"))</th>
<th width="13%">#(_res.get("monitor.checktime"))</th>
<th width="43%">#(_res.get("monitor.information"))</th>
<th>#(_res.get("monitor.information"))</th>
</tr>
</thead>
<tbody id="tbody">
@@ -113,7 +113,7 @@ function mydown(obj) {
#for(x : page.getList())
<tr>
<td>#(x.ip)</td>
<td>#(x.monitorType)</td>
<!-- <td>#(x.monitorType)</td> -->
<td>#(x.monitorSetting)</td>
<td>
#if(x.monitorStatus == '1')