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