Conversation
| if (string.IsNullOrEmpty(vm.DisplayName)) | ||
| { | ||
| return @<span></span>; | ||
| return @<span>-</span>; |
There was a problem hiding this comment.
In other places we have <span class="empty-data"></span> and the dash is added by CSS. Change this to be consistent.
@davidfowl Didn't you make a purposeful change to only display http/https endpoints in the resource graph? |
Sounds familiar but I don't remember the details. It does occur to be now though that we probably need another value on the enum for where urls show up... |
Odd, I distinctly remember trying that. I must've made a change after that test. Will fix. |
|
@JamesNK fixed the filtering issue: Screen.Recording.2025-04-13.141214.mp4 |

Description
Fixes #8745
Fixes #8682
Checklist