Merge "fix: security groups style is error on instance detail english page"
This commit is contained in:
commit
a67c8357cd
@ -180,10 +180,10 @@ export class SecurityGroup extends React.Component {
|
|||||||
>
|
>
|
||||||
<div>
|
<div>
|
||||||
<Row>
|
<Row>
|
||||||
<Col span={10}>
|
<Col span={8}>
|
||||||
<img className={styles.image} alt="example" src={interfaceImg} />
|
<img className={styles.image} alt="example" src={interfaceImg} />
|
||||||
</Col>
|
</Col>
|
||||||
<Col span={14}>
|
<Col span={16}>
|
||||||
{/* <span style={{ fontSize: 20 }}>Interface</span> */}
|
{/* <span style={{ fontSize: 20 }}>Interface</span> */}
|
||||||
<div style={{ fontSize: 12 }}>
|
<div style={{ fontSize: 12 }}>
|
||||||
{t('Interface Name:')} {item.id.substring(0, 8)}{' '}
|
{t('Interface Name:')} {item.id.substring(0, 8)}{' '}
|
||||||
|
Loading…
Reference in New Issue
Block a user