mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-22 18:50:08 +03:00
(cherry picked from commit f0d380c1a779c243c0527d0bf5a2ba384e527946)
This commit is contained in:
parent
a7de5ee804
commit
2d84431988
@ -228,7 +228,7 @@ const Actions = () => {
|
||||
icon: Group,
|
||||
selected: true,
|
||||
color: 'secondary',
|
||||
dataCy: 'vm-ownership',
|
||||
dataCy: 'marketapp-ownership',
|
||||
options: [
|
||||
{
|
||||
accessor: MARKETPLACE_APP_ACTIONS.CHANGE_OWNER,
|
||||
|
@ -82,8 +82,13 @@ const InformationPanel = ({ app = {}, actions }) => {
|
||||
{
|
||||
name: T.State,
|
||||
value: <StatusChip text={stateName} stateColor={stateColor} />,
|
||||
dataCy: 'state',
|
||||
},
|
||||
{
|
||||
name: T.Locked,
|
||||
value: levelLockToString(LOCK?.LOCKED),
|
||||
dataCy: 'locked',
|
||||
},
|
||||
{ name: T.Locked, value: levelLockToString(LOCK?.LOCKED) },
|
||||
{ name: T.Format, value: FORMAT },
|
||||
{ name: T.Version, value: VERSION },
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user