Id
                    
                        {{ actionEntity.sourceId }}
                    
                 
                @if (actionEntity.action; as action) {
                    @if (action.componentDetails) {
                        @if (isRemoteProcessGroup(action)) {
                            
                        } @else {
                            
                        }
                    }
                    @if (action.actionDetails) {
                        @switch (action.operation) {
                            @case ('Configure') {
                                @if (getConfigureActionDetails(action); as details) {
                                    
                                    
                                    
                                }
                            }
                            @case ('Connect') {
                                
                                
                            }
                            @case ('Disconnect') {
                                
                                
                            }
                            @case ('Move') {
                                @if (getMoveActionDetails(action); as details) {
                                    
                                    
                                    
                                    
                                }
                            }
                            @case ('Purge') {
                                @if (getPurgeActionDetails(action); as details) {
                                    
                                }
                            }
                        }
                    }
                }