Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!71OFC'23 + IETF L2VPN Device Driver + Device Controllers + Multiple small improvements
......@@ -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
src/webui/service/static/topology_icons/emu-packet-radio-router.png

5.38 KiB

src/webui/service/static/topology_icons/packet-radio-router.png

18.9 KiB

......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment