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