Enhance the user experience by being able to manage subdomains ( make subdomains in the Subdomains table clickable and ready to show on domains page). When a user clicks on a subdomain, they should be redirected to the corresponding domain page.
Tasks:
Update the Subdomains table to make each subdomain entry a clickable link.
Ensure that clicking a subdomain redirects the user to the appropriate domain page.
Add necessary routes or modify existing ones to support the redirection.
Test the functionality to ensure it works correctly across all supported devices and browsers.
Update any relevant documentation or comments in the code.
Make sure the fields are correctly being displayed (parent, owner expiryDate)
Acceptance Criteria:
[x] Subdomains in the Subdomains table are clickable.
[x] Clicking a subdomain successfully redirects to the correct domain page.
[x] No broken links or incorrect redirections are present.
Description:
Enhance the user experience by being able to manage subdomains ( make subdomains in the Subdomains table clickable and ready to show on domains page). When a user clicks on a subdomain, they should be redirected to the corresponding domain page.
Tasks:
Acceptance Criteria: