cockpit/graph.html in cpee-1.4.25 vs cockpit/graph.html in cpee-1.4.26
- old
+ new
@@ -55,14 +55,9 @@
<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 class='hidden'>
- <input name="repo-url" type="text" value=""/>
- <input name="base-url" type="text" value=""/>
- <input name="instance-url" type="text" value=""/>
- </div>
<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>
</body>
</html>