diff --git a/hosting/templates/hosting/virtual_machines.html b/hosting/templates/hosting/virtual_machines.html index ccea2dcc..c4c09108 100644 --- a/hosting/templates/hosting/virtual_machines.html +++ b/hosting/templates/hosting/virtual_machines.html @@ -38,11 +38,11 @@ {% endif %} {% if vm.state == 'ACTIVE' %} - {{vm.state}} + {{vm.state|title}} {% elif vm.state == 'FAILED' %} - {{vm.state}} + {{vm.state|title}} {% else %} - {{vm.state}} + {{vm.state|title}} {% endif %}