From 98228c5fb1d5fd6eecd46eff631e630e4b192d08 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Dion Date: Sat, 6 Aug 2016 14:38:20 -0400 Subject: [PATCH 1/2] add projectid to project details page --- ui/scripts/projects.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index f980f21ac61..bfed329765c 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' }, From 3cc3aea4492bdc7b571b5e459c14b4d5b4780e67 Mon Sep 17 00:00:00 2001 From: Pierre-Luc Dion Date: Mon, 8 Aug 2016 20:04:55 -0400 Subject: [PATCH 2/2] Add to project detail page: cpu,memory,template,storage and VMs count --- ui/scripts/projects.js | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/ui/scripts/projects.js b/ui/scripts/projects.js index bfed329765c..4f992ec4049 100644 --- a/ui/scripts/projects.js +++ b/ui/scripts/projects.js @@ -1025,6 +1025,28 @@ state: { label: 'label.state' } + }, { + vmtotal: { + label: 'label.total.vms' + }, + memorytotal: { + label: 'label.memory.total' + }, + cputotal: { + label: 'label.total.cpu' + }, + volumetotal: { + label: 'label.volume' + }, + primarystoragetotal: { + label: 'label.primary.storage' + }, + iptotal: { + label: 'label.total.of.ip' + }, + templatetotal: { + label: 'label.template' + } }], tags: cloudStack.api.tags({