Commit 79f603af authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

WebUI component:

- Added topology icons for radio routers
- Increased topology canvas size
parent 1a4bef03
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -27,3 +27,7 @@ https://symbols.getvecta.com/stencil_241/289_wae.216d930c17.png => emu-optical-t

https://symbols.getvecta.com/stencil_240/128_localdirector.c1e561769f.png => optical-splitter.png
https://symbols.getvecta.com/stencil_241/158_local-director.6b38eab9e4.png => emu-optical-splitter.png


https://symbols.getvecta.com/stencil_240/197_radio-tower.b6138c8c29.png => radio-router.png
https://symbols.getvecta.com/stencil_241/216_radio-tower.5159339bc0.png => emu-radio-router.png
 No newline at end of file
+5.38 KiB
Loading image diff...
+18.9 KiB
Loading image diff...
+2 −2
Original line number Diff line number Diff line
@@ -31,8 +31,8 @@ const margin = {top: 5, right: 5, bottom: 5, left: 5};
const icon_width  = 40;
const icon_height = 40;

width = 1000 - margin.left - margin.right;
height = 600 - margin.top - margin.bottom;
width = 1400 - margin.left - margin.right;
height = 800 - margin.top - margin.bottom;

//function handleZoom(e) {
//    console.dir(e);