2 references to ViewModel
Aspire.Dashboard (2)
Components\Controls\TextVisualizer.razor.cs (2)
62
if (
ViewModel
.FormatKind is not DashboardUIHelpers.PlaintextFormat)
106
return $"log-content highlight-line language-{
ViewModel
.FormatKind} theme-a11y-{ThemeManager.EffectiveTheme.ToLower()}-min";