|
|
|
@ -42,11 +42,11 @@ export function BasicTitle(props: BasicTitleProps) { |
|
|
|
|
<span id="ssaRemixtab">Remix{props.ssaWarnings.length > 0 ? !props.hideWarnings ? !props.showLibsWarnings ? <span data-id="RemixStaticAnalysisErrorCount" className={`badge ${props.ssaWarnings.filter(x => x.hasWarning).length > 0 ? 'badge-warning' : props.ssaWarnings.filter(x => x.options.type === 'errors').length > 0 ? 'badge-danger' : 'badge-info'} badge-pill mx-1 ml-1 text-center`}> |
|
|
|
|
{filteredTotal} |
|
|
|
|
</span>: ( |
|
|
|
|
<i className={`badge ${props.ssaWarnings.filter(x => x.options.type !== 'warning' && x.options.type !== 'error').length > 0 ? 'badge-info' : props.ssaWarnings.filter(x => x.options.type === 'errors').length > 0 ? 'badge-danger' : 'badge-warning'} badge-pill mx-1 ml-1 text-center`}> |
|
|
|
|
<span data-id="RemixStaticAnalysisErrorCount" className={`badge ${props.ssaWarnings.filter(x => x.options.type !== 'warning' && x.options.type !== 'error').length > 0 ? 'badge-info' : props.ssaWarnings.filter(x => x.options.type === 'errors').length > 0 ? 'badge-danger' : 'badge-warning'} badge-pill mx-1 ml-1 text-center`}> |
|
|
|
|
{ |
|
|
|
|
props.ssaWarnings.length |
|
|
|
|
} |
|
|
|
|
</i> |
|
|
|
|
</span> |
|
|
|
|
) : null : null} |
|
|
|
|
</span> |
|
|
|
|
) |
|
|
|
|