Revision a5093da5

b/ui/templates/home.html
32 32
            '404' : '{% trans "Your request has failed. Resource not found." %}',
33 33
            // internal server error
34 34
            '501' : '{% trans "There has been an Internal Error. Our administrators have been notified." %}',
35
            // no images unavailable
36 35
            // service unavailable
37
            '503' : '{% trans "This service is unavailable right now, please try again later." %}'
36
            '503' : '{% trans "This service is unavailable right now, please try again later." %}',
37
            // no images unavailable
38 38
            'no_images' : '{% trans "Cannot show the Create machine wizard: No images found." %}',
39 39
            // no images unavailable
40
            'no_flavors' : '{% trans "Cannot show the Create machine wizard: No machine configurations found." %}',
40
            'no_flavors' : '{% trans "Cannot show the Create machine wizard: No machine configurations found." %}'
41 41
        };
42 42
        
43 43
        var SUCCESS = {

Also available in: Unified diff