cockpit/graph.html in cpee-1.4.31 vs cockpit/graph.html in cpee-1.4.32
- old
+ new
@@ -55,10 +55,15 @@
<script type="text/javascript" src="js/details.js"></script>
<script type="text/javascript" src="js/parameters.js"></script>
<link rel="stylesheet" href="css/ui.css" type="text/css"/>
</head>
<body data-base-port="8298" data-res-port="9303" data-theme-base="themes" is="x-ui">
- <div id='graphcolumn' style='overflow: auto'>
- <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' width='1' height='1'></svg>
+ <div class='hidden' id='relaxngworker'></div>
+ <div id="trackfull">
+ <div id='graphcolumn'>
+ <div id='graphgrid'>
+ <svg xmlns="http://www.w3.org/2000/svg" version="1.1" xmlns:x="http://www.w3.org/1999/xlink" id='graphcanvas' width='1' height='1'></svg>
+ </div>
+ </div>
</div>
</body>
</html>