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