Fixed Login Error Style , Started view to generating SSH key for a VM

This commit is contained in:
Levi 2016-05-20 16:41:42 -04:30
commit 5bdcc5d2b2
9 changed files with 88 additions and 8 deletions

View file

@ -13,7 +13,7 @@ class Command(BaseCommand):
'memory_price': 5,
'disk_size_price': 1,
'description': 'VM auf einzelner HW, Raid1, kein HA',
'location':'DE'
'location': 'DE'
}
return {
@ -46,7 +46,7 @@ class Command(BaseCommand):
'memory_price': 7,
'disk_size_price': 0.70,
'description': "VM in Bern, HA Setup ohne HA Garantie",
'location':'CH',
'location': 'CH',
}
}