4 references to Dashboard
aspire (4)
Layout\LayoutConfiguration.cs (2)
80LayoutComponent.Dashboard => Components.Dashboard, 118public string? GetDashboardPath() => GetComponentPath(LayoutComponent.Dashboard);
Layout\LayoutDiscovery.cs (2)
78LayoutComponent.Dashboard => Environment.GetEnvironmentVariable(BundleDiscovery.DashboardPathEnvVar), 274var dashboardPath = layout.GetComponentPath(LayoutComponent.Dashboard);