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
3 stars 4 forks source link

Interface primary secondary ip configuration #169

Closed vivek-metricdust closed 1 month ago

vivek-metricdust commented 1 month ago

fixes #165

kamalkrbh commented 1 month ago

@vivek-metricdust I see when discovering a HW device the brekout modes are inconsistent , there are empty cells with dropdowns image

The issue apparantly fixed under - Interface Breakout support in UI https://github.com/STORDIS/orca_ui/issues/158 For such issues not to occur again writing test cases will help.

vivek-metricdust commented 1 month ago

@vivek-metricdust I see when discovering a HW device the brekout modes are inconsistent , there are empty cells with dropdowns image

The issue apparantly fixed under - Interface Breakout support in UI #158 For such issues not to occur again writing test cases will help.

This issue is due to null values for the key breakout_mode from the backend also additionally added new text as none and not configured for better understanding - 4278e45