We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15380bf commit 1040d94Copy full SHA for 1040d94
src/Aspire.Dashboard/Model/ResourceMenuItems.cs
@@ -131,6 +131,8 @@ public static void AddMenuItems(
131
132
foreach (var url in urls)
133
{
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.
136
menuItems.Add(new MenuButtonItem
137
138
Text = url.Text,
0 commit comments