4 references to Disabled
Aspire.Dashboard (4)
Components_Controls_ResourceActions_razor.g.cs (1)
262
highlightedCommand.State == CommandViewModelState.
Disabled
|| IsCommandExecuting(Resource, highlightedCommand)
Components_Pages_ConsoleLogs_razor.g.cs (1)
560
command.State == CommandViewModelState.
Disabled
|| DashboardCommandExecutor.IsExecuting(selectedResource.Name, command.Name)
Model\ResourceMenuItems.cs (1)
264
IsDisabled = command.State == CommandViewModelState.
Disabled
|| isCommandExecuting(resource, command)
ServiceClient\Partials.cs (1)
127
ResourceCommandState.Disabled => CommandViewModelState.
Disabled
,