modify the svg page
parent
5746cc5a60
commit
36c95f6900
|
@ -195,19 +195,7 @@ const SvgSystem = ({ setRedirect, setRedirectUrl, t }) => {
|
||||||
</CustomInput>
|
</CustomInput>
|
||||||
</FormGroup>
|
</FormGroup>
|
||||||
</Col>
|
</Col>
|
||||||
<Col xs="auto">
|
|
||||||
<FormGroup>
|
|
||||||
<br />
|
|
||||||
<Spinner color="primary" hidden={spinnerHidden} />
|
|
||||||
</FormGroup>
|
|
||||||
</Col>
|
|
||||||
</Row>
|
</Row>
|
||||||
<Col xs="auto">
|
|
||||||
<br />
|
|
||||||
<ButtonIcon icon="external-link-alt" transform="shrink-3 down-2" color="falcon-default" onClick={viewSvg}>
|
|
||||||
{t('View')}
|
|
||||||
</ButtonIcon>
|
|
||||||
</Col>
|
|
||||||
</Form>
|
</Form>
|
||||||
</CardBody>
|
</CardBody>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
Loading…
Reference in New Issue