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' || 'Disconnect') {
@if (getConnectActionDetails(action); as details) {
}
}
@case ('Move') {
@if (getMoveActionDetails(action); as details) {
}
}
@case ('Purge') {
@if (getPurgeActionDetails(action); as details) {
}
}
}
}
}