in app/addons/replication/container.js [74:113]
localSource: getLocalSource(replication),
localSourceKnown: isLocalSourceKnown(replication),
remoteSource: getRemoteSource(replication),
sourceAuthType: replication.sourceAuthType,
sourceAuth: replication.sourceAuth,
// target fields
replicationTarget: getReplicationTarget(replication),
localTarget: getLocalTarget(replication),
localTargetKnown: isLocalTargetKnown(replication),
remoteTarget: getRemoteTarget(replication),
targetAuthType: replication.targetAuthType,
targetAuth: replication.targetAuth,
targetDatabasePartitioned: replication.targetDatabasePartitioned,
// other
isConflictModalVisible: isConflictModalVisible(replication),
replicationType: getReplicationType(replication),
replicationDocName: getReplicationDocName(replication),
submittedNoChange: getSubmittedNoChange(replication),
statusDocs: getFilteredReplicationStatus(replication),
statusFilter: getStatusFilter(replication),
replicateFilter: getReplicateFilter(replication),
allDocsSelected: getAllDocsSelected(replication),
someDocsSelected: getSomeDocsSelected(replication),
username: getUsername(replication),
password: getPassword(replication),
activitySort: getActivitySort(replication),
checkingApi: getCheckingApi(replication),
supportNewApi: supportNewApi(replication),
replicateLoading: isReplicateInfoLoading(replication),
replicateInfo: getReplicateInfo(replication),
allReplicateSelected: getAllReplicateSelected(replication),
someReplicateSelected: someReplicateSelected(replication),
pageLimit: getPageLimit(replication)
};
};
const mapDispatchToProps = (dispatch) => {
return {