mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-16 22:50:10 +03:00
parent
4150c8e21d
commit
f0d380c1a7
@ -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