Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
e191f049
Commit
e191f049
authored
Dec 23, 2013
by
Chrysostomos Nanakos
Browse files
cyclades: Fix typo in vm state
parent
1e04ba41
Changes
2
Hide whitespace changes
Inline
Side-by-side
snf-cyclades-app/synnefo/logic/utils.py
View file @
e191f049
...
...
@@ -131,7 +131,7 @@ def get_rsapi_state(vm):
TASK_STATE_FROM_ACTION
=
{
"BUILD"
:
"BULDING"
,
"BUILD"
:
"BU
I
LDING"
,
"START"
:
"STARTING"
,
"STOP"
:
"STOPPING"
,
"REBOOT"
:
"REBOOTING"
,
...
...
snf-cyclades-app/synnefo/ui/static/snf/js/models.js
View file @
e191f049
...
...
@@ -1663,7 +1663,7 @@
]
models
.
VM
.
TASK_STATE_STATUS_MAP
=
{
'
BULDING
'
:
'
BUILD
'
,
'
BU
I
LDING
'
:
'
BUILD
'
,
'
REBOOTING
'
:
'
REBOOT
'
,
'
STOPPING
'
:
'
SHUTDOWN
'
,
'
STARTING
'
:
'
START
'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment