mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Merge pull request #1630 from pdion891/projectid
Add projectid to project details pageDisplay the project ID on the details view of a project. * pr/1630: Add to project detail page: cpu,memory,template,storage and VMs count add projectid to project details page Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
commit
b175364327
@ -1013,6 +1013,9 @@
|
||||
label: 'label.display.name',
|
||||
isEditable: true
|
||||
},
|
||||
id: {
|
||||
label: 'label.id'
|
||||
},
|
||||
domain: {
|
||||
label: 'label.domain'
|
||||
},
|
||||
@ -1022,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({
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user