This PR adds client side rendering for the client details in the el & cl client list.
This significantly reduces the page size for instances with a large number of clients (nft devnet).
The clients list itself is still served as html to allow basic page functionality without javascript enabled.
When expanding one of the client rows, the displayed details are rendered client side using knockoutjs.
This PR adds client side rendering for the client details in the el & cl client list. This significantly reduces the page size for instances with a large number of clients (nft devnet).
The clients list itself is still served as html to allow basic page functionality without javascript enabled. When expanding one of the client rows, the displayed details are rendered client side using knockoutjs.