23 references to Layout
Aspire.Dashboard (21)
Components\Layout\AspirePageContentLayout.razor.cs (1)
79
MobileToolbarButtonText ?? LayoutLoc[nameof(Resources.
Layout
.PageLayoutViewFilters)]),
Components\Layout\MainLayout.razor.cs (10)
48
public required IStringLocalizer<Resources.
Layout
> Loc { get; init; }
127
unsecuredEndpointsMessage.AppendLine(Loc[nameof(Resources.
Layout
.MessageUnsecuredEndpointTelemetryBody)]);
131
unsecuredEndpointsMessage.AppendLine(Loc[nameof(Resources.
Layout
.MessageUnsecuredEndpointMcpBody)]);
135
unsecuredEndpointsMessage.AppendLine(Loc[nameof(Resources.
Layout
.MessageUnsecuredEndpointApiBody)]);
150
options.Title = Loc[nameof(Resources.
Layout
.MessageUnsecuredEndpointTitle)];
154
Text = Loc[nameof(Resources.
Layout
.MessageUnsecuredEndpointLink)],
252
Title = Loc[nameof(Resources.
Layout
.MainLayoutAspireDashboardHelpLink)],
253
PrimaryAction = Loc[nameof(Resources.
Layout
.MainLayoutSettingsDialogClose)],
287
Title = Loc[nameof(Resources.
Layout
.MainLayoutSettingsDialogTitle)],
288
PrimaryAction = Loc[nameof(Resources.
Layout
.MainLayoutSettingsDialogClose)].Value,
Components\Layout\MobileNavMenu.razor.cs (9)
23
public required IStringLocalizer<Resources.
Layout
> Loc { get; init; }
42
Loc[nameof(Resources.
Layout
.NavMenuResourcesTab)],
49
Loc[nameof(Resources.
Layout
.NavMenuConsoleLogsTab)],
57
Loc[nameof(Resources.
Layout
.NavMenuStructuredLogsTab)],
64
Loc[nameof(Resources.
Layout
.NavMenuTracesTab)],
71
Loc[nameof(Resources.
Layout
.NavMenuMetricsTab)],
78
Loc[nameof(Resources.
Layout
.MainLayoutAspireRepoLink)],
87
Loc[nameof(Resources.
Layout
.MainLayoutAspireDashboardHelpLink)],
102
Loc[nameof(Resources.
Layout
.MainLayoutLaunchSettings)],
Resources\Layout.Designer.cs (1)
42
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Aspire.Dashboard.Resources.Layout", typeof(
Layout
).Assembly);
Aspire.Dashboard.Tests (2)
Integration\Playwright\AppBarTests.cs (2)
36
var settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name =
Layout
.MainLayoutLaunchSettings });
51
var closeButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name =
Layout
.MainLayoutSettingsDialogClose });