Oops. Added missing .png's and fixed a couple of errors in network.js.
diff --git a/web/gui/src/main/webapp/network.js b/web/gui/src/main/webapp/network.js
index d66e714..5e38fcc 100644
--- a/web/gui/src/main/webapp/network.js
+++ b/web/gui/src/main/webapp/network.js
@@ -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() {
diff --git a/web/gui/src/main/webapp/opt.png b/web/gui/src/main/webapp/opt.png
new file mode 100644
index 0000000..2f2c88e
--- /dev/null
+++ b/web/gui/src/main/webapp/opt.png
Binary files differ
diff --git a/web/gui/src/main/webapp/pkt.png b/web/gui/src/main/webapp/pkt.png
new file mode 100644
index 0000000..1b1d5a3
--- /dev/null
+++ b/web/gui/src/main/webapp/pkt.png
Binary files differ