mirror of
https://github.com/OpenNebula/one.git
synced 2025-03-21 14:50:08 +03:00
parent
b051548348
commit
95ef14f5e1
@ -25,6 +25,11 @@ export const PROVISIONS_STATES = [
|
||||
name: STATES.ERROR,
|
||||
color: '#8c352a',
|
||||
meaning: ''
|
||||
},
|
||||
{
|
||||
name: STATES.DELETING,
|
||||
color: '#8c352a',
|
||||
meaning: ''
|
||||
}
|
||||
]
|
||||
|
||||
|
@ -23,3 +23,4 @@ export const DISABLED = 'DISABLED'
|
||||
|
||||
export const CONFIGURING = 'CONFIGURING'
|
||||
export const ERROR = 'ERROR'
|
||||
export const DELETING = 'DELETING'
|
||||
|
Loading…
x
Reference in New Issue
Block a user