Closed vivek-metricdust closed 8 months ago
@vivek-metricdust , Please check following issues :
[x] Member selection drop down should be aligned with add member interface button.
[x] In member selection pop up OK button can be named like in add portchannel popup i.e. “Apply Config”
[x] Memeber selection popup allows empty member list and sends a server request. which is not correct. While adding a port channel memlist may remain empty but not while editting members it self.
[ ] Although the issue might be resolved later with the log support in backend but Just to note that for failures no reason is recorded, it says just “error”.
[x] While deleting a port channel member messge still says, Port channel deleted and the port channel row disappears from the table. Although the row appears with the updated data after pressing OK in success message popup.
[x] while adding Portchannel, members should be comma separated string or something like while adding removing portchannel members. But currently with dropdown no more than 1 member can be specified with drop down.
[x] While deleting multiple port channels if any of the port channel couldn’t be deleted because it was in use, for example in MCLAG, the port channel table is not updated after deletion i.e. the portchannel which are successfully deleted remains in the table, need to refresh.
Fixed the above ticked issue.
Fixes #78
Fixed all the 5-sub issue listed.