48 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)
708__builder2.AddContent(51, MobileToolbarButtonText ?? LayoutLoc[nameof(Layout.PageLayoutViewFilters)] 777IStringLocalizer<Layout>
Components_Layout_DesktopNavMenu_razor.g.cs (6)
328Loc[nameof(Layout.NavMenuResourcesTab)] 399Loc[nameof(Layout.NavMenuConsoleLogsTab)] 477Loc[nameof(Layout.NavMenuStructuredLogsTab)] 548Loc[nameof(Layout.NavMenuTracesTab)] 619Loc[nameof(Layout.NavMenuMetricsTab)] 652IStringLocalizer<Layout>
Components_Layout_MainLayout_razor.g.cs (10)
289Loc[nameof(Layout.MainLayoutAspire)] 298Loc[nameof(Layout.MainLayoutAspire)] 437Loc[nameof(Layout.MainLayoutAspireRepoLink)] 446Loc[nameof(Layout.MainLayoutAspireRepoLink)] 529Loc[nameof(Layout.MainLayoutAspireDashboardHelpLink)] 538Loc[nameof(Layout.MainLayoutAspireDashboardHelpLink)] 844Loc[nameof(Layout.MainLayoutLaunchSettings)] 853Loc[nameof(Layout.MainLayoutLaunchSettings)] 1410__builder.AddContent(142, Loc[nameof(Layout.MainLayoutUnhandledErrorMessage)] 1423__builder.AddContent(148, Loc[nameof(Layout.MainLayoutUnhandledErrorReload)]
Components_Layout_ReconnectModal_razor.g.cs (5)
216__builder.AddContent(11, (MarkupString)Loc[nameof(Layout.ReconnectFirstAttemptText)].Value 229__builder.AddContent(16, (MarkupString)Loc[nameof(Layout.ReconnectRepeatedAttemptText)].Value 242__builder.AddContent(21, (MarkupString)Loc[nameof(Layout.ReconnectFailedText)].Value 283__builder2.AddContent(30, Loc[nameof(Layout.ReconnectRetryButtonText)] 300IStringLocalizer<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 (5)
Integration\Playwright\AppBarTests.cs (5)
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 }); 99var closeButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name = Layout.MainLayoutSettingsDialogClose }); 106settingsButton = page.GetByRole(AriaRole.Button, new PageGetByRoleOptions { Name = Layout.MainLayoutLaunchSettings });