mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-11-05 18:51:25 +01:00
Oops. Added missing .png's and fixed a couple of errors in network.js.
This commit is contained in:
parent
4c2b15e265
commit
ae968a6681
@ -59,7 +59,7 @@
|
|||||||
d3.json(config.jsonUrl, function (err, data) {
|
d3.json(config.jsonUrl, function (err, data) {
|
||||||
if (err) {
|
if (err) {
|
||||||
alert('Oops! Error reading JSON...\n\n' +
|
alert('Oops! Error reading JSON...\n\n' +
|
||||||
'URL: ' + jsonUrl + '\n\n' +
|
'URL: ' + config.jsonUrl + '\n\n' +
|
||||||
'Error: ' + err.message);
|
'Error: ' + err.message);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
@ -158,8 +158,8 @@
|
|||||||
.attr('width', view.width)
|
.attr('width', view.width)
|
||||||
.attr('height', view.height)
|
.attr('height', view.height)
|
||||||
.append('g')
|
.append('g')
|
||||||
|
.attr('transform', config.force.translate());
|
||||||
// .attr('id', 'zoomable')
|
// .attr('id', 'zoomable')
|
||||||
.attr('transform', config.force.translate())
|
|
||||||
// .call(d3.behavior.zoom().on("zoom", zoomRedraw));
|
// .call(d3.behavior.zoom().on("zoom", zoomRedraw));
|
||||||
|
|
||||||
// function zoomRedraw() {
|
// function zoomRedraw() {
|
||||||
|
|||||||
BIN
web/gui/src/main/webapp/opt.png
Normal file
BIN
web/gui/src/main/webapp/opt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.5 KiB |
BIN
web/gui/src/main/webapp/pkt.png
Normal file
BIN
web/gui/src/main/webapp/pkt.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
Loading…
x
Reference in New Issue
Block a user