2 references to UI
Aspire.Dashboard (1)
Components\Pages\Resources.razor.cs (1)
175
_hideResourceGraph = DashboardOptions.CurrentValue.
UI
.DisableResourceGraph ?? false;
Aspire.Dashboard.Tests (1)
Integration\StartupTests.cs (1)
768
Assert.Equal(value, app.DashboardOptionsMonitor.CurrentValue.
UI
.DisableResourceGraph);