ORCA UI is a web application that provides a user interface for interacting with ORCA Backend. It is built using React. ORCA UI allows users to view the network topology, manage devices, and do various configurations.
add 2 new columns in the interface tab - breakout and breakout status
breakout is a editable and a dropdown which will have the list of supporting breakout config if the ethernet supports breakout
in list there is a "None" option which will call the delete api
There is a bug in backend which is - on selecting none the newly added port (broken port) will not be deleted but status will change
fixes #158
add 2 new columns in the interface tab - breakout and breakout status breakout is a editable and a dropdown which will have the list of supporting breakout config if the ethernet supports breakout in list there is a "None" option which will call the delete api
There is a bug in backend which is - on selecting none the newly added port (broken port) will not be deleted but status will change
Note: PR is dependent on backend changes - #72