CLOUDSTACK-2870: UI - Infrastructure menu - add guest network dialog - change label for isolatedvlanid property.
Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/643b3b50 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/643b3b50 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/643b3b50 Branch: refs/heads/object_store Commit: 643b3b506673fc06e1570a898144f27d81549344 Parents: c37d3d8 Author: Jessica Wang <[email protected]> Authored: Thu Jun 13 13:54:50 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Thu Jun 13 13:56:22 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/643b3b50/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index f853ed5..f37f602 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -1340,7 +1340,7 @@ docID: 'helpGuestNetworkZoneVLANID' }, isolatedpvlanId: { - label: 'Private VLAN ID' + label: 'Secondary Isolated VLAN ID' }, scope: {
