13 writes to SecondaryAction
Aspire.Dashboard (10)
Components\Controls\Chart\MetricTable.razor.cs (1)
112SecondaryAction = string.Empty,
Components\Dialogs\SettingsDialog.razor.cs (1)
98SecondaryAction = string.Empty,
Components\Interactions\InteractionsProvider.cs (2)
250dialogParameters.SecondaryAction = null; 560SecondaryAction = ResolvedSecondaryButtonText(interaction),
Components\Layout\AspirePageContentLayout.razor.cs (1)
96SecondaryAction = null,
Components\Layout\MainLayout.razor.cs (4)
331SecondaryAction = null, 389SecondaryAction = null, 413SecondaryAction = null, 438SecondaryAction = null,
Utils\FilterHelpers.cs (1)
113SecondaryAction = null,
Aspire.Dashboard.Components.Tests (3)
Dialogs\InteractionMessageBoxDialogTests.cs (2)
36SecondaryAction = "Cancel", 64SecondaryAction = "Stop waiting",
Dialogs\InteractionsInputDialogTests.cs (1)
422SecondaryAction = "Go back",
2 references to SecondaryAction
Aspire.Dashboard (2)
Model\DashboardDialogService.cs (2)
177options.Footer.SecondaryAction.Label = parameters.SecondaryAction; 178options.Footer.SecondaryAction.Visible = !parameters.UseCustomFooter && !string.IsNullOrEmpty(parameters.SecondaryAction);