1、修改部分英文翻译
2、修改页面 显示信息
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user