Skip to content

Commit 1040d94

Browse files
authored
Update src/Aspire.Dashboard/Model/ResourceMenuItems.cs
1 parent 15380bf commit 1040d94

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Aspire.Dashboard/Model/ResourceMenuItems.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ public static void AddMenuItems(
131131

132132
foreach (var url in urls)
133133
{
134+
// Opens the URL in a new window when clicked.
135+
// It's important that this is done in the onclick event so the browser popup allows it.
134136
menuItems.Add(new MenuButtonItem
135137
{
136138
Text = url.Text,

0 commit comments

Comments
 (0)