3 writes to SecondaryActionAriaLabel
Aspire.Dashboard (1)
Components\Controls\DashboardRunSelect.razor.cs (1)
68SecondaryActionAriaLabel = Loc[run.IsPinned
Aspire.Dashboard.Components.Tests (2)
Controls\AspireMenuTests.cs (2)
30SecondaryActionAriaLabel = "Pin run" 35item.SecondaryActionAriaLabel = "Unpin run";
3 references to SecondaryActionAriaLabel
Aspire.Dashboard.Components.Tests (3)
Layout\MainLayoutTests.cs (3)
463Assert.Equal("Pin run", item.SecondaryActionAriaLabel); 474Assert.Equal("Pin run", item.SecondaryActionAriaLabel); 510Assert.Equal("Unpin run", historicalItem.SecondaryActionAriaLabel);