Skip to content

Commit

Permalink
Bugfix in image references
Browse files Browse the repository at this point in the history
  • Loading branch information
mareklibra committed Mar 2, 2016
1 parent 0acf51d commit 7bf6645
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ export const VM_STATUS_ICONS = {
'down': 'off.png',
'up': 'on.png',
'powering up': 'powering_up.png',
'powering down': 'powering_down.png'
'powering_up': 'powering_up.png',
'powering down': 'powering_down.png',
'powering_down': 'powering_down.png'
// "Paused":""
/* MigratingFrom = 5,
MigratingTo = 6,
Expand Down

0 comments on commit 7bf6645

Please sign in to comment.