1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

M #~: Minor fix on styles (#2066)

This commit is contained in:
Sergio Betanzos 2022-05-20 14:05:13 +02:00 committed by GitHub
parent 6b799b1dcd
commit fd99b8d875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 13 deletions

View File

@ -55,11 +55,7 @@ const InformationPanel = ({ cluster = {}, actions }) => {
return (
<>
<List
title={T.Information}
list={info}
containerProps={{ sx: { gridRow: 'span 3' } }}
/>
<List title={T.Information} list={info} />
<List title={T.Overcommitment} list={overcommitment} />
</>
)

View File

@ -86,7 +86,7 @@ const InformationPanel = ({ datastore = {}, actions }) => {
<List
title={T.Information}
list={info}
containerProps={{ sx: { gridRow: 'span 3' } }}
containerProps={{ sx: { gridRow: 'span 2' } }}
/>
</>
)

View File

@ -37,11 +37,7 @@ const InformationPanel = ({ group = {}, actions: _ }) => {
return (
<>
<List
title={T.Information}
list={info}
containerProps={{ sx: { gridRow: 'span 3' } }}
/>
<List title={T.Information} list={info} />
</>
)
}

View File

@ -86,7 +86,7 @@ const InformationPanel = ({ marketplace = {}, actions }) => {
<List
title={T.Information}
list={info}
containerProps={{ sx: { gridRow: 'span 3' } }}
containerProps={{ sx: { gridRow: 'span 2' } }}
/>
</>
)

View File

@ -64,7 +64,7 @@ const InformationPanel = ({ vnet = {}, actions }) => {
<List
title={T.Information}
list={info}
containerProps={{ sx: { gridRow: 'span 3' } }}
containerProps={{ sx: { gridRow: 'span 2' } }}
/>
</>
)