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:
parent
6b799b1dcd
commit
fd99b8d875
@ -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} />
|
||||
</>
|
||||
)
|
||||
|
@ -86,7 +86,7 @@ const InformationPanel = ({ datastore = {}, actions }) => {
|
||||
<List
|
||||
title={T.Information}
|
||||
list={info}
|
||||
containerProps={{ sx: { gridRow: 'span 3' } }}
|
||||
containerProps={{ sx: { gridRow: 'span 2' } }}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
@ -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} />
|
||||
</>
|
||||
)
|
||||
}
|
||||
|
@ -86,7 +86,7 @@ const InformationPanel = ({ marketplace = {}, actions }) => {
|
||||
<List
|
||||
title={T.Information}
|
||||
list={info}
|
||||
containerProps={{ sx: { gridRow: 'span 3' } }}
|
||||
containerProps={{ sx: { gridRow: 'span 2' } }}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
@ -64,7 +64,7 @@ const InformationPanel = ({ vnet = {}, actions }) => {
|
||||
<List
|
||||
title={T.Information}
|
||||
list={info}
|
||||
containerProps={{ sx: { gridRow: 'span 3' } }}
|
||||
containerProps={{ sx: { gridRow: 'span 2' } }}
|
||||
/>
|
||||
</>
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user