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')
|
||||
|
||||
@@ -70,7 +70,7 @@ function mydown(obj) {
|
||||
<td colspan="6" style="background-color:#eee;font-size:16px;color:black;">#(_res.get("monitor.data.details"))</td>
|
||||
</tr>
|
||||
<tr class="logmessage">
|
||||
<td class="head">#(_res.get("monitor.setting"))</td>
|
||||
<td class="head">#(_res.get("monitor"))</td>
|
||||
<td>#(base.get("monitorSetting"))</td>
|
||||
<td class="head">#(_res.get("node.ip"))</td>
|
||||
<td>#(base.get("ip"))</td>
|
||||
@@ -82,8 +82,10 @@ function mydown(obj) {
|
||||
<td>#(base.get("checkTime"))</td>
|
||||
<td class="head">#(_res.get("monitor.nextchecktime"))</td>
|
||||
<td>#(base.get("nextCheckTime"))</td>
|
||||
<td class="head">#(_res.get("monitor.arriveTime"))</td>
|
||||
<td>#(base.get("arriveTime"))</td>
|
||||
<td></td>
|
||||
<td></td>
|
||||
<!-- <td class="head">#(_res.get("monitor.arriveTime"))</td>
|
||||
<td>#(base.get("arriveTime"))</td> -->
|
||||
</tr>
|
||||
<tr class="logmessage">
|
||||
<td colspan="2" class="head" style="height:100px;">#(_res.get("monitor.information"))</td>
|
||||
|
||||
Reference in New Issue
Block a user