diff options
| author | song <[email protected]> | 2019-05-23 10:40:24 +0800 |
|---|---|---|
| committer | song <[email protected]> | 2019-05-23 10:40:24 +0800 |
| commit | 58577915476ccfbad63d11be5ab355a7c4fb6ed9 (patch) | |
| tree | ec8f89b38062c5d74176ffdc8ae7fbbe95925c2a | |
| parent | a002dba6485811b3a2c56d9ae06cba2edd24d04e (diff) | |
隐藏nodeBox上的序号
| -rw-r--r-- | WebRoot/page/show/showNodeRoom.jsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/WebRoot/page/show/showNodeRoom.jsp b/WebRoot/page/show/showNodeRoom.jsp index 7bcedf9..ff1a48f 100644 --- a/WebRoot/page/show/showNodeRoom.jsp +++ b/WebRoot/page/show/showNodeRoom.jsp @@ -448,7 +448,7 @@ body { });
//写节点机在机柜中的序号
- var nodeShowInd = nodeIndex;
+ /* var nodeShowInd = nodeIndex;
for(var i = 1;i<=nodeIndex;i++){
if(nodeIndexs[i] != null &&nodeIndexs[i] != ""){
//nodeShowInd++;
@@ -456,7 +456,7 @@ body { nodeShowInd--;
}
- }
+ } */
window.top.layer.close(loading);
window.top.layer.open({
type: 1,
|
