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