46 references to Layout
Aspire.Dashboard (42)
Components\Layout\AspirePageContentLayout.razor.cs (1)
78
MobileToolbarButtonText ?? LayoutLoc[nameof(Resources.
Layout
.PageLayoutViewFilters)]),
Components\Layout\MainLayout.razor.cs (8)
46
public required IStringLocalizer<Resources.
Layout
> Loc { get; init; }
129
options.Title = Loc[nameof(Resources.
Layout
.MessageTelemetryTitle)];
130
options.Body = Loc[nameof(Resources.
Layout
.MessageTelemetryBody)];
133
Text = Loc[nameof(Resources.
Layout
.MessageTelemetryLink)],
176
Title = Loc[nameof(Resources.
Layout
.MainLayoutAspireDashboardHelpLink)],
178
PrimaryAction = Loc[nameof(Resources.
Layout
.MainLayoutSettingsDialogClose)],
212
Title = Loc[nameof(Resources.
Layout
.MainLayoutSettingsDialogTitle)],
214
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)
672
__builder2.AddContent(51, MobileToolbarButtonText ?? LayoutLoc[nameof(
Layout
.PageLayoutViewFilters)]
741
IStringLocalizer<
Layout
>
Components_Layout_DesktopNavMenu_razor.g.cs (6)
298
Loc[nameof(
Layout
.NavMenuResourcesTab)]
369
Loc[nameof(
Layout
.NavMenuConsoleLogsTab)]
447
Loc[nameof(
Layout
.NavMenuStructuredLogsTab)]
518
Loc[nameof(
Layout
.NavMenuTracesTab)]
589
Loc[nameof(
Layout
.NavMenuMetricsTab)]
622
IStringLocalizer<
Layout
>
Components_Layout_MainLayout_razor.g.cs (10)
253
Loc[nameof(
Layout
.MainLayoutAspire)]
262
Loc[nameof(
Layout
.MainLayoutAspire)]
401
Loc[nameof(
Layout
.MainLayoutAspireRepoLink)]
410
Loc[nameof(
Layout
.MainLayoutAspireRepoLink)]
493
Loc[nameof(
Layout
.MainLayoutAspireDashboardHelpLink)]
502
Loc[nameof(
Layout
.MainLayoutAspireDashboardHelpLink)]
708
Loc[nameof(
Layout
.MainLayoutLaunchSettings)]
717
Loc[nameof(
Layout
.MainLayoutLaunchSettings)]
1274
__builder.AddContent(132, Loc[nameof(
Layout
.MainLayoutUnhandledErrorMessage)]
1287
__builder.AddContent(138, Loc[nameof(
Layout
.MainLayoutUnhandledErrorReload)]
Components_Layout_ReconnectModal_razor.g.cs (5)
180
__builder.AddContent(11, (MarkupString)Loc[nameof(
Layout
.ReconnectFirstAttemptText)].Value
193
__builder.AddContent(16, (MarkupString)Loc[nameof(
Layout
.ReconnectRepeatedAttemptText)].Value
206
__builder.AddContent(21, (MarkupString)Loc[nameof(
Layout
.ReconnectFailedText)].Value
247
__builder2.AddContent(30, Loc[nameof(
Layout
.ReconnectRetryButtonText)]
264
IStringLocalizer<
Layout
>
Resources\Layout.Designer.cs (1)
31
System.Resources.ResourceManager temp = new 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 });