Sean Condon | 83fc39f | 2018-04-19 18:56:13 +0100 | [diff] [blame] | 1 | # Main ONOS UI Web Application |
| 2 | |
| 3 | ../index.html is the main launch point for the application. |
| 4 | |
| 5 | fw/ contains framework related code |
| 6 | |
Bhavesh | 72ead49 | 2018-07-19 16:29:18 +0530 | [diff] [blame] | 7 | view/ contains view related code |
| 8 | |
| 9 | Device 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 | |
| 17 | Host 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 | |
| 21 | Link View - Shows the links between the devices |
| 22 | |
| 23 | Tunnel View - Shows the tunnels created between two end-points |