Commit d4e911b4 authored by Romain Courteaud's avatar Romain Courteaud Committed by Jérome Perrin

Drop migrated code.

parent d27fe650
...@@ -78,12 +78,7 @@ ...@@ -78,12 +78,7 @@
<li><a href="#queue_stat">Queue Statistics</a></li> <li><a href="#queue_stat">Queue Statistics</a></li>
<li><a href="#job_gantt">Job Gantt</a></li> <li><a href="#job_gantt">Job Gantt</a></li>
<li><a href="#job_schedule_spreadsheet">Job Schedule</a></li> <li><a href="#job_schedule_spreadsheet">Job Schedule</a></li>
<li><a href="#debug_json">Debug Json</a></li>
</ul> </ul>
<div id="station_utilisation_graph">
<h1>Stations Utilization</h1>
<div id="graph"></div>
</div>
<div id="capacity_utilisation_graph"> <div id="capacity_utilisation_graph">
<h1>Capacity Utilization</h1> <h1>Capacity Utilization</h1>
...@@ -103,17 +98,6 @@ ...@@ -103,17 +98,6 @@
<div id="job_gantt" style='width:1320px; height:800px;'></div> <div id="job_gantt" style='width:1320px; height:800px;'></div>
<div id="job_schedule_spreadsheet" style="overflow: scroll;"></div> <div id="job_schedule_spreadsheet" style="overflow: scroll;"></div>
<div id="debug_json">
<h1>Json Used</h1>
<table><tr><td>
<h4>Input</h4>
<textarea rows="20" cols="47" id="json_output"></textarea>
</td><td>
<h4>Output</h4>
<textarea rows="20" cols="47" id="json_result"></textarea>
</td></tr></table>
</div>
</div> </div>
<pre id="error"> <pre id="error">
</pre> </pre>
......
...@@ -498,11 +498,6 @@ ...@@ -498,11 +498,6 @@
}); });
} }
function debug_json_widget(input_data, output_data) {
$("#json_output").val(JSON.stringify(input_data, undefined, " "));
$("#json_result").val(JSON.stringify(output_data, undefined, " "));
}
scope.Dream = function (configuration) { scope.Dream = function (configuration) {
var that = jsonPlumb(), var that = jsonPlumb(),
priv = {}; priv = {};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment