47 references to Layout
Aspire.Dashboard (43)
Components\Layout\AspirePageContentLayout.razor.cs (1)
78
MobileToolbarButtonText ?? LayoutLoc[nameof(Resources.
Layout
.PageLayoutViewFilters)]),
Components\Layout\MainLayout.razor.cs (9)
48
public required IStringLocalizer<Resources.
Layout
> Loc { get; init; }
130
unsecuredEndpointsMessage.AppendLine(Loc[nameof(Resources.
Layout
.MessageUnsecuredEndpointTelemetryBody)]);
134
unsecuredEndpointsMessage.AppendLine(Loc[nameof(Resources.
Layout
.MessageUnsecuredEndpointMcpBody)]);
149
options.Title = Loc[nameof(Resources.
Layout
.MessageUnsecuredEndpointTitle)];
153
Text = Loc[nameof(Resources.
Layout
.MessageUnsecuredEndpointLink)],
238
Title = Loc[nameof(Resources.
Layout
.MainLayoutAspireDashboardHelpLink)],
240
PrimaryAction = Loc[nameof(Resources.
Layout
.MainLayoutSettingsDialogClose)],
274
Title = Loc[nameof(Resources.
Layout
.MainLayoutSettingsDialogTitle)],
276
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)],
Components_Layout_AspirePageContentLayout_razor.g.cs (2)
678
__builder2.AddContent(51, MobileToolbarButtonText ?? LayoutLoc[nameof(
Layout
.PageLayoutViewFilters)]
747
IStringLocalizer<
Layout
>
Components_Layout_DesktopNavMenu_razor.g.cs (6)
304
Loc[nameof(
Layout
.NavMenuResourcesTab)]
375
Loc[nameof(
Layout
.NavMenuConsoleLogsTab)]
453
Loc[nameof(
Layout
.NavMenuStructuredLogsTab)]
524
Loc[nameof(
Layout
.NavMenuTracesTab)]
595
Loc[nameof(
Layout
.NavMenuMetricsTab)]
628
IStringLocalizer<
Layout
>
Components_Layout_MainLayout_razor.g.cs (10)
265
Loc[nameof(
Layout
.MainLayoutAspire)]
274
Loc[nameof(
Layout
.MainLayoutAspire)]
413
Loc[nameof(
Layout
.MainLayoutAspireRepoLink)]
422
Loc[nameof(
Layout
.MainLayoutAspireRepoLink)]
505
Loc[nameof(
Layout
.MainLayoutAspireDashboardHelpLink)]
514
Loc[nameof(
Layout
.MainLayoutAspireDashboardHelpLink)]
820
Loc[nameof(
Layout
.MainLayoutLaunchSettings)]
829
Loc[nameof(
Layout
.MainLayoutLaunchSettings)]
1386
__builder.AddContent(142, Loc[nameof(
Layout
.MainLayoutUnhandledErrorMessage)]
1399
__builder.AddContent(148, Loc[nameof(
Layout
.MainLayoutUnhandledErrorReload)]
Components_Layout_ReconnectModal_razor.g.cs (5)
186
__builder.AddContent(11, (MarkupString)Loc[nameof(
Layout
.ReconnectFirstAttemptText)].Value
199
__builder.AddContent(16, (MarkupString)Loc[nameof(
Layout
.ReconnectRepeatedAttemptText)].Value
212
__builder.AddContent(21, (MarkupString)Loc[nameof(
Layout
.ReconnectFailedText)].Value
253
__builder2.AddContent(30, Loc[nameof(
Layout
.ReconnectRetryButtonText)]
270
IStringLocalizer<
Layout
>
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 (4)
Integration\Playwright\AppBarTests.cs (4)
36
var settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name =
Layout
.MainLayoutLaunchSettings });
51
var closeButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name =
Layout
.MainLayoutSettingsDialogClose });
84
var settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name =
Layout
.MainLayoutLaunchSettings });
102
settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name =
Layout
.MainLayoutLaunchSettings });