STORDIS / orca_ui

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.
https://stordis.github.io/
Apache License 2.0
4 stars 4 forks source link

Breakout UI #159

Closed vivek-metricdust closed 2 months ago

vivek-metricdust commented 2 months ago

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

vivek-metricdust commented 2 months ago

PR has been updated with the changes supporting the IP address for the interface. All the CRUD operation for IP Address are added