3 references to Disabled
Aspire.Dashboard (3)
Mcp\AspireResourceMcpTools.cs (1)
168
if (command.State == CommandViewModelState.
Disabled
)
Model\ResourceMenuBuilder.cs (1)
344
IsDisabled = command.State == CommandViewModelState.
Disabled
|| isCommandExecuting(resource, command)
ServiceClient\Partials.cs (1)
128
ResourceCommandState.Disabled => CommandViewModelState.
Disabled
,