From 9717bbdc511dc77f57f511dc27e4ec9d8dc5ddb4 Mon Sep 17 00:00:00 2001 From: Brian Federle Date: Thu, 13 Nov 2014 15:25:12 -0800 Subject: [PATCH] CLOUDSTACK-7645: UI: Fix dictionary JSP include order -Places dictionary JSP includes at top of script includes, to help solve a potential issue where the dictionary may not always be loaded before the UI initializes --- ui/index.jsp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/ui/index.jsp b/ui/index.jsp index a2e8fc959f5..1000101f90f 100644 --- a/ui/index.jsp +++ b/ui/index.jsp @@ -1693,6 +1693,10 @@ + + + + @@ -1777,9 +1781,5 @@ - - - -