mirror of https://github.com/apache/cloudstack.git
Add missing resource, max networks, to project resource tab
This commit is contained in:
parent
7f14bb70c5
commit
13864cc66a
File diff suppressed because it is too large
Load Diff
|
|
@ -1621,6 +1621,7 @@
|
|||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'label.max.networks': '<fmt:message key="label.max.networks"/>',
|
||||
'label.latest.events': '<fmt:message key="label.latest.events"/>',
|
||||
'state.Enabled': '<fmt:message key="state.Enabled"/>',
|
||||
'label.system.wide.capacity': '<fmt:message key="label.system.wide.capacity"/>',
|
||||
|
|
|
|||
|
|
@ -82,8 +82,17 @@
|
|||
4: {
|
||||
id: 'template',
|
||||
label: 'label.max.templates'
|
||||
},
|
||||
5: {
|
||||
id: 'project',
|
||||
label: 'label.max.projects'
|
||||
},
|
||||
6: {
|
||||
id: 'network',
|
||||
label: 'label.max.networks'
|
||||
}
|
||||
};
|
||||
|
||||
return {
|
||||
id: resourceMap[resource.resourcetype].id,
|
||||
label: _l(resourceMap[resource.resourcetype].label),
|
||||
|
|
|
|||
Loading…
Reference in New Issue