|
|
@ -1067,20 +1067,9 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
) : null} |
|
|
|
) : null} |
|
|
|
<div |
|
|
|
<div |
|
|
|
className="border-top mt-2 pt-2 mb-2" |
|
|
|
className="border-top mt-2 pt-2 mb-3" |
|
|
|
id="staticanalysisresult" |
|
|
|
id="staticanalysisresult" |
|
|
|
> |
|
|
|
> |
|
|
|
<RemixUiCheckbox |
|
|
|
|
|
|
|
id="showLibWarnings" |
|
|
|
|
|
|
|
name="showLibWarnings" |
|
|
|
|
|
|
|
categoryId="showLibWarnings" |
|
|
|
|
|
|
|
inputType="checkbox" |
|
|
|
|
|
|
|
checked={showLibsWarning} |
|
|
|
|
|
|
|
label="Show warnings for external libraries" |
|
|
|
|
|
|
|
onClick={handleShowLibsWarning} |
|
|
|
|
|
|
|
onChange={() => {}} |
|
|
|
|
|
|
|
tooltipPlacement="top-start" |
|
|
|
|
|
|
|
/> |
|
|
|
|
|
|
|
<RemixUiCheckbox |
|
|
|
<RemixUiCheckbox |
|
|
|
id="hideWarnings" |
|
|
|
id="hideWarnings" |
|
|
|
name="hideWarnings" |
|
|
|
name="hideWarnings" |
|
|
@ -1098,7 +1087,7 @@ export const RemixUiStaticAnalyser = (props: RemixUiStaticAnalyserProps) => { |
|
|
|
setSelectedTab(tabKey); |
|
|
|
setSelectedTab(tabKey); |
|
|
|
}} |
|
|
|
}} |
|
|
|
> |
|
|
|
> |
|
|
|
<Nav variant="tabs" className="px-1"> |
|
|
|
<Nav variant="tabs"> |
|
|
|
{checkBasicStatus() ? ( |
|
|
|
{checkBasicStatus() ? ( |
|
|
|
<Nav.Item> |
|
|
|
<Nav.Item> |
|
|
|
<Nav.Link |
|
|
|
<Nav.Link |
|
|
|