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