Repository: cloudstack Updated Branches: refs/heads/master 3c2e8b929 -> b17536432
add projectid to project details page Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/98228c5f Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/98228c5f Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/98228c5f Branch: refs/heads/master Commit: 98228c5fb1d5fd6eecd46eff631e630e4b192d08 Parents: 2875af7 Author: Pierre-Luc Dion <[email protected]> Authored: Sat Aug 6 14:38:20 2016 -0400 Committer: Pierre-Luc Dion <[email protected]> Committed: Sat Aug 6 14:38:20 2016 -0400 ---------------------------------------------------------------------- ui/scripts/projects.js | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/98228c5f/ui/scripts/projects.js ---------------------------------------------------------------------- diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index f980f21..bfed329 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -1013,6 +1013,9 @@ label: 'label.display.name', isEditable: true }, + id: { + label: 'label.id' + }, domain: { label: 'label.domain' },
