Loading src/opticalcontroller/requirements.in +0 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. aniso8601==9.0.1 attrs==23.1.0 blinker==1.6.2 Loading src/webui/service/templates/js/topology.js +1 −2 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ var simulation = d3.forceSimulation(); // load the data d3.json("{{ url_for('main.topology') }}", function(data) { console.log(data) // set the data and properties of link lines and node circles link = svg.append("g").attr("class", "links")//.style('stroke', '#aaa') .selectAll("line") Loading src/opticalcontroller/dijsktra.py +1 −1 File changed.Contains only whitespace changes. Show changes Loading
src/opticalcontroller/requirements.in +0 −2 Original line number Diff line number Diff line Loading @@ -12,8 +12,6 @@ # See the License for the specific language governing permissions and # limitations under the License. aniso8601==9.0.1 attrs==23.1.0 blinker==1.6.2 Loading
src/webui/service/templates/js/topology.js +1 −2 Original line number Diff line number Diff line Loading @@ -69,7 +69,6 @@ var simulation = d3.forceSimulation(); // load the data d3.json("{{ url_for('main.topology') }}", function(data) { console.log(data) // set the data and properties of link lines and node circles link = svg.append("g").attr("class", "links")//.style('stroke', '#aaa') .selectAll("line") Loading