You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ra...@apache.org on 2017/02/08 06:28:46 UTC

[1/2] git commit: updated refs/heads/master to 30aef28

Repository: cloudstack
Updated Branches:
  refs/heads/master 122c27b33 -> 30aef2890


CLOUDSTACK-9731: Hardcoded label appears on the Add zone wizard


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

Branch: refs/heads/master
Commit: 9a2f3d95c1ba46ce0f52e6d409cdb1d2db902932
Parents: 122c27b
Author: Suresh Kumar Anaparti <su...@accelerite.com>
Authored: Fri Jan 6 05:18:56 2017 +0530
Committer: Suresh Kumar Anaparti <su...@accelerite.com>
Committed: Wed Feb 8 11:29:49 2017 +0530

----------------------------------------------------------------------
 ui/scripts/ui-custom/zoneWizard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/9a2f3d95/ui/scripts/ui-custom/zoneWizard.js
----------------------------------------------------------------------
diff --git a/ui/scripts/ui-custom/zoneWizard.js b/ui/scripts/ui-custom/zoneWizard.js
index e659df0..9ae599b 100644
--- a/ui/scripts/ui-custom/zoneWizard.js
+++ b/ui/scripts/ui-custom/zoneWizard.js
@@ -656,7 +656,7 @@
             var $physicalNetworkItem = $('<div>').addClass('select-container multi');
             var $deleteButton = $('<div>').addClass('button remove physical-network')
                 .attr({
-                    title: 'label.remove.this.physical.network'
+                    title: _l('label.remove.this.physical.network')
                 })
                 .append('<span>').addClass('icon').html('&nbsp;');
             var $icon = $('<div>').addClass('physical-network-icon');


[2/2] git commit: updated refs/heads/master to 30aef28

Posted by ra...@apache.org.
Merge pull request #1892 from Accelerite/CLOUDSTACK-9731

CLOUDSTACK-9731: Hardcoded label appears on the Add zone wizardHardcoded label (label.remove.this.physical.network) appears on the Add zone wizard

* pr/1892:
  CLOUDSTACK-9731: Hardcoded label appears on the Add zone wizard

Signed-off-by: Rajani Karuturi <ra...@accelerite.com>


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

Branch: refs/heads/master
Commit: 30aef289049abbec1ae5769723988ecc5bbe58b0
Parents: 122c27b 9a2f3d9
Author: Rajani Karuturi <ra...@accelerite.com>
Authored: Wed Feb 8 11:58:22 2017 +0530
Committer: Rajani Karuturi <ra...@accelerite.com>
Committed: Wed Feb 8 11:58:22 2017 +0530

----------------------------------------------------------------------
 ui/scripts/ui-custom/zoneWizard.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------