mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-11-03 01:31:21 +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) {
|
||||
if (err) {
|
||||
alert('Oops! Error reading JSON...\n\n' +
|
||||
'URL: ' + jsonUrl + '\n\n' +
|
||||
'URL: ' + config.jsonUrl + '\n\n' +
|
||||
'Error: ' + err.message);
|
||||
return;
|
||||
}
|
||||
@ -158,8 +158,8 @@
|
||||
.attr('width', view.width)
|
||||
.attr('height', view.height)
|
||||
.append('g')
|
||||
.attr('transform', config.force.translate());
|
||||
// .attr('id', 'zoomable')
|
||||
.attr('transform', config.force.translate())
|
||||
// .call(d3.behavior.zoom().on("zoom", 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