47 references to Layout
Aspire.Dashboard (43)
Components\Layout\AspirePageContentLayout.razor.cs (1)
78MobileToolbarButtonText ?? LayoutLoc[nameof(Resources.Layout.PageLayoutViewFilters)]),
Components\Layout\MainLayout.razor.cs (9)
48public required IStringLocalizer<Resources.Layout> Loc { get; init; } 130unsecuredEndpointsMessage.AppendLine(Loc[nameof(Resources.Layout.MessageUnsecuredEndpointTelemetryBody)]); 134unsecuredEndpointsMessage.AppendLine(Loc[nameof(Resources.Layout.MessageUnsecuredEndpointMcpBody)]); 149options.Title = Loc[nameof(Resources.Layout.MessageUnsecuredEndpointTitle)]; 153Text = Loc[nameof(Resources.Layout.MessageUnsecuredEndpointLink)], 238Title = Loc[nameof(Resources.Layout.MainLayoutAspireDashboardHelpLink)], 240PrimaryAction = Loc[nameof(Resources.Layout.MainLayoutSettingsDialogClose)], 274Title = Loc[nameof(Resources.Layout.MainLayoutSettingsDialogTitle)], 276PrimaryAction = Loc[nameof(Resources.Layout.MainLayoutSettingsDialogClose)].Value,
Components\Layout\MobileNavMenu.razor.cs (9)
23public required IStringLocalizer<Resources.Layout> Loc { get; init; } 42Loc[nameof(Resources.Layout.NavMenuResourcesTab)], 49Loc[nameof(Resources.Layout.NavMenuConsoleLogsTab)], 57Loc[nameof(Resources.Layout.NavMenuStructuredLogsTab)], 64Loc[nameof(Resources.Layout.NavMenuTracesTab)], 71Loc[nameof(Resources.Layout.NavMenuMetricsTab)], 78Loc[nameof(Resources.Layout.MainLayoutAspireRepoLink)], 87Loc[nameof(Resources.Layout.MainLayoutAspireDashboardHelpLink)], 102Loc[nameof(Resources.Layout.MainLayoutLaunchSettings)],
Components_Layout_AspirePageContentLayout_razor.g.cs (2)
678__builder2.AddContent(51, MobileToolbarButtonText ?? LayoutLoc[nameof(Layout.PageLayoutViewFilters)] 747IStringLocalizer<Layout>
Components_Layout_DesktopNavMenu_razor.g.cs (6)
304Loc[nameof(Layout.NavMenuResourcesTab)] 375Loc[nameof(Layout.NavMenuConsoleLogsTab)] 453Loc[nameof(Layout.NavMenuStructuredLogsTab)] 524Loc[nameof(Layout.NavMenuTracesTab)] 595Loc[nameof(Layout.NavMenuMetricsTab)] 628IStringLocalizer<Layout>
Components_Layout_MainLayout_razor.g.cs (10)
265Loc[nameof(Layout.MainLayoutAspire)] 274Loc[nameof(Layout.MainLayoutAspire)] 413Loc[nameof(Layout.MainLayoutAspireRepoLink)] 422Loc[nameof(Layout.MainLayoutAspireRepoLink)] 505Loc[nameof(Layout.MainLayoutAspireDashboardHelpLink)] 514Loc[nameof(Layout.MainLayoutAspireDashboardHelpLink)] 820Loc[nameof(Layout.MainLayoutLaunchSettings)] 829Loc[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)] 270IStringLocalizer<Layout>
Resources\Layout.Designer.cs (1)
42global::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)
36var settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name = Layout.MainLayoutLaunchSettings }); 51var closeButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name = Layout.MainLayoutSettingsDialogClose }); 84var settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name = Layout.MainLayoutLaunchSettings }); 102settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name = Layout.MainLayoutLaunchSettings });