3 references to Enabled
Aspire.Dashboard (1)
ResourceService\Partials.cs (1)
117
ResourceCommandState.Enabled => CommandViewModelState.
Enabled
,
Aspire.Dashboard.Components.Tests (2)
Pages\ConsoleLogsTests.cs (2)
295
commands: [new CommandViewModel("test-name", CommandViewModelState.
Enabled
, "test-displayname", "test-displaydescription", confirmationMessage: "", parameter: null, isHighlighted: true, iconName: string.Empty, iconVariant: IconVariant.Regular)]);
359
commands: [new CommandViewModel("test-name", CommandViewModelState.
Enabled
, "test-displayname", "test-displaydescription", confirmationMessage: "", parameter: null, isHighlighted: true, iconName: string.Empty, iconVariant: IconVariant.Regular)]);