Skip to content

Commit fe19487

Browse files
committed
Update src/Aspire.Dashboard/Model/ResourceMenuItems.cs
1 parent b25cc60 commit fe19487

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)