Updated Branches: refs/heads/4.2 fa5b8a7de -> b7dbe0449
UI > system.js > remove a comma that shouldn't be there (syntax error) Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b7dbe044 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b7dbe044 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b7dbe044 Branch: refs/heads/4.2 Commit: b7dbe044998f755d27b6494a47f7e2b5910e459b Parents: fa5b8a7 Author: Jessica Wang <[email protected]> Authored: Fri Oct 11 14:36:27 2013 -0700 Committer: Jessica Wang <[email protected]> Committed: Fri Oct 11 14:36:27 2013 -0700 ---------------------------------------------------------------------- ui/scripts/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/b7dbe044/ui/scripts/system.js ---------------------------------------------------------------------- diff --git a/ui/scripts/system.js b/ui/scripts/system.js index 49636d3..fa123e4 100644 --- a/ui/scripts/system.js +++ b/ui/scripts/system.js @@ -1971,7 +1971,7 @@ fields: [{ guestvlanrange: { label: 'VLAN Range(s)' - }, + } }, { domain: { label: 'label.domain'
