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

Sorting table #98

Closed vivek-metricdust closed 6 months ago

vivek-metricdust commented 7 months ago

fixes #68 added sorting for the columns in the table of all interfaces. The columns which are editable cannot be sorted as there is no option for it from ag grid package.

vivek-metricdust commented 6 months ago

Dicovery and Apply Config buttons were getting disabled earlier which was giving a picture that some thing is in progress, This behaviour has been changed it looks ?

Fixed these issue