blob: 820f36ed73e55bd79cd4f3cc5c5b26a5e7c5d2f2 [file] [log] [blame]
Sean Condon83fc39f2018-04-19 18:56:13 +01001# Main ONOS UI Web Application
2
3../index.html is the main launch point for the application.
4
5fw/ contains framework related code
6
Bhavesh72ead492018-07-19 16:29:18 +05307view/ contains view related code
8
9Device View - Shows the registered devices and navigates to/from port, flow, group, meter view
10 DeviceDetails view on device row selection
11 Added search option based on device id, name, etc.
12 Details panel view on row selection of port and flow view
13
14 Navigation to pipeconf view on device view isn't implemented yet
15 Editing friendly name into the details panel isn't implemented yet
16
17Host View - Shows the hosts attached with the registered devices
18 HostDetails view on host row selection
19 Editing friendly name into the details panel isn't implemented yet
20
21Link View - Shows the links between the devices
22
23Tunnel View - Shows the tunnels created between two end-points