Repository: cloudstack
Updated Branches:
  refs/heads/master b04cc7506 -> e6b8aedc5


CLOUDSTACK-6412: Fix localization for 'isdedicated' field


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/e6b8aedc
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/e6b8aedc
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/e6b8aedc

Branch: refs/heads/master
Commit: e6b8aedc5434556b2746dd43f8fd4cb5dec99bce
Parents: b04cc75
Author: Brian Federle <[email protected]>
Authored: Mon Sep 15 13:13:32 2014 -0700
Committer: Brian Federle <[email protected]>
Committed: Mon Sep 15 13:13:32 2014 -0700

----------------------------------------------------------------------
 ui/scripts/system.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e6b8aedc/ui/scripts/system.js
----------------------------------------------------------------------
diff --git a/ui/scripts/system.js b/ui/scripts/system.js
index 54aafe2..71118ff 100644
--- a/ui/scripts/system.js
+++ b/ui/scripts/system.js
@@ -16074,12 +16074,12 @@
                                                         var hostItem = 
json.listdedicatedhostsresponse.dedicatedhost[0];
                                                         if (hostItem.domainid 
!= null) {
                                                             $.extend(item, 
hostItem, {
-                                                                isdedicated: 
'label.yes'
+                                                                isdedicated: 
_l('label.yes')
                                                             });
                                                         }
                                                     } else
                                                     $.extend(item, {
-                                                        isdedicated: 'label.no'
+                                                        isdedicated: 
_l('label.no')
                                                     })
                                                 },
                                                 error: function (json) {

Reply via email to