ui: show multiple domains as links in list view#11536
ui: show multiple domains as links in list view#11536weizhouapache merged 2 commits intoapache:4.20from
Conversation
Currently, when resources are linked to multiple domains and they are shown in the list view, they are not clickable. This PR fixes it. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
|
@shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 4.20 #11536 +/- ##
============================================
+ Coverage 16.16% 16.17% +0.01%
- Complexity 13279 13287 +8
============================================
Files 5656 5656
Lines 497884 498008 +124
Branches 60378 60404 +26
============================================
+ Hits 80463 80539 +76
- Misses 408466 408506 +40
- Partials 8955 8963 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
UI build: ✔️ |
|
@shwstppr a Jenkins job has been kicked to build UI QA env. I'll keep you posted as I make progress. |
|
UI build: ✔️ |
|
PR looks good to me. However, shouldn't we have waited for one additional approval before merging it? |
oh, I did not notice it |
* ui: show multiple domains as links in list view Currently, when resources are linked to multiple domains and they are shown in the list view, they are not clickable. This PR fixes it. Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> * fix Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com> --------- Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>

Description
Currently, when resources are linked to multiple domains and they are shown in the list view, they are not clickable. This PR fixes it.
Types of changes
Feature/Enhancement Scale or Bug Severity
Feature/Enhancement Scale
Bug Severity
Screenshots (if appropriate):
Before:

After:

How Has This Been Tested?
How did you try to break this feature and the system with this change?