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.
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.
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 ?
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.