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.
in table for column access vlan the display is like TRUNK - vlan1, vlan2 respectively
check for access vlan added there can only be one access vlan
when the vlan or ethernet is selected that will be removed from the dropdown list and when it is removed from the selection it will be added back to dropdown. NOTE: the addition will be at last the recently removed (from selection) will be last option in dropdown
when we switch from access vlan or from trunk vlan the selected vlan will be cleared and list in dropdown will have all the vlans and ethernets respectively
when we select the interface mood as access then only one vlan can be selected and if we selected the another vlan it will replace the current selected vlan
fixes #151
added interface mode for vlan in portchannel added checks for vlan only TRUNK vlans can have multiple vlans and ACCESS can have only one vlan