diff options
| author | chenjinsong <[email protected]> | 2018-11-01 16:20:23 +0800 |
|---|---|---|
| committer | chenjinsong <[email protected]> | 2018-11-01 16:20:23 +0800 |
| commit | 48d187962e65e48ab99d3484cd385c10deed1641 (patch) | |
| tree | bc480c7e34344c365e8ee1ae9ce2af95c7de5da2 /WebRoot/page/systemManage/nodeGroupManage | |
| parent | 56b3ef41014c61523ce881c2ce7e2f8b98afea55 (diff) | |
1.修复上报的问题
2.修复chrome下节点配置页面的显示问题
Diffstat (limited to 'WebRoot/page/systemManage/nodeGroupManage')
| -rw-r--r-- | WebRoot/page/systemManage/nodeGroupManage/nodegroupInfoList.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebRoot/page/systemManage/nodeGroupManage/nodegroupInfoList.jsp b/WebRoot/page/systemManage/nodeGroupManage/nodegroupInfoList.jsp index 8739a7c..51c381e 100644 --- a/WebRoot/page/systemManage/nodeGroupManage/nodegroupInfoList.jsp +++ b/WebRoot/page/systemManage/nodeGroupManage/nodegroupInfoList.jsp @@ -989,8 +989,8 @@ <tr>
<td colspan="4" align="left" >
- <iframe id="Ich" name="Ich" height="300" width="100%" marginwidth="0" marginheight="0" align="top" style="background:#FFFFFF;"
- frameborder="0" src="<c:url value='/nodeGroupManage/nodeManage.do?action=queryChild'/>" scrolling="no">
+ <iframe id="Ich" name="Ich" style="min-height:500px" width="100%" marginwidth="0" marginheight="0" align="top" style="background:#FFFFFF;"
+ frameborder="0" src="<c:url value='/nodeGroupManage/nodeManage.do?action=queryChild'/>" scrolling="auto">
i18n_nginfo.message.brower_n81i
</iframe>
</td>
|
