5 references to Disabled
Aspire.Dashboard (5)
Components_Controls_ResourceActions_razor.g.cs (1)
268highlightedCommand.State == CommandViewModelState.Disabled || IsCommandExecuting(Resource, highlightedCommand)
Components_Pages_ConsoleLogs_razor.g.cs (1)
566command.State == CommandViewModelState.Disabled || DashboardCommandExecutor.IsExecuting(selectedResource.Name, command.Name)
Mcp\AspireResourceMcpTools.cs (1)
168if (command.State == CommandViewModelState.Disabled)
Model\ResourceMenuItems.cs (1)
264IsDisabled = command.State == CommandViewModelState.Disabled || isCommandExecuting(resource, command)
ServiceClient\Partials.cs (1)
127ResourceCommandState.Disabled => CommandViewModelState.Disabled,