|
@@ -347,15 +347,15 @@ class ImportForm extends React.Component {
|
|
|
<div className="col-12">
|
|
<div className="col-12">
|
|
|
<legend>{groupName} Collections</legend>
|
|
<legend>{groupName} Collections</legend>
|
|
|
{ wellContent != null && (
|
|
{ wellContent != null && (
|
|
|
- <div className="card card-body p-2 bg-light">
|
|
|
|
|
|
|
+ <div className="card card-header card-well small" role="alert">
|
|
|
<ul>
|
|
<ul>
|
|
|
<li>{wellContent}</li>
|
|
<li>{wellContent}</li>
|
|
|
</ul>
|
|
</ul>
|
|
|
</div>
|
|
</div>
|
|
|
)}
|
|
)}
|
|
|
|
|
+ {this.renderImportItems(collectionNames)}
|
|
|
|
|
+ {this.renderWarnForGroups(errors, `warnFor${groupName}`)}
|
|
|
</div>
|
|
</div>
|
|
|
- { this.renderImportItems(collectionNames) }
|
|
|
|
|
- { this.renderWarnForGroups(errors, `warnFor${groupName}`) }
|
|
|
|
|
</div>
|
|
</div>
|
|
|
);
|
|
);
|
|
|
}
|
|
}
|