mirror of https://github.com/apache/cloudstack.git
Add missing resource, max networks, to project resource tab
This commit is contained in:
parent
28218e6cfb
commit
2119ae16df
|
|
@ -47,7 +47,6 @@ label.action.delete.physical.network=Delete physical network
|
|||
message.action.delete.physical.network=Please confirm that you want to delete this physical network
|
||||
message.installWizard.copy.whatIsAHost=A host is a single computer. Hosts provide the computing resources that run the guest virtual machines. Each host has hypervisor software installed on it to manage the guest VMs (except for bare metal hosts, which are a special case discussed in the Advanced Installation Guide). For example, a Linux KVM-enabled server, a Citrix XenServer server, and an ESXi server are hosts. In a Basic Installation, we use a single host running XenServer or KVM.<br/><br/>The host is the smallest organizational unit within a CloudStack™ deployment. Hosts are contained within clusters, clusters are contained within pods, and pods are contained within zones.
|
||||
|
||||
|
||||
label.add.compute.offering=Add compute offering
|
||||
label.compute.offering=Compute offering
|
||||
label.compute.offerings=Compute offerings
|
||||
|
|
@ -332,6 +331,7 @@ message.pending.projects.1=You have pending project invitations:
|
|||
message.pending.projects.2=To view, please go to the projects section, then select invitations from the drop-down.
|
||||
message.instanceWizard.noTemplates=You do not have any templates available; please add a compatible template, and re-launch the instance wizard.
|
||||
label.view=View
|
||||
|
||||
instances.actions.reboot.label=Reboot instance
|
||||
label.filterBy=Filter by
|
||||
label.ok=OK
|
||||
|
|
@ -794,6 +794,7 @@ label.add.firewall=Add firewall rule
|
|||
label.add.host=Add Host
|
||||
label.add.ingress.rule=Add Ingress Rule
|
||||
label.add.ip.range=Add IP Range
|
||||
label.add.iso=Add ISO
|
||||
label.add.load.balancer=Add Load Balancer
|
||||
label.add.more=Add More
|
||||
label.add.network=Add Network
|
||||
|
|
@ -1373,3 +1374,4 @@ error.menu.select=Unable to perform action due to no items being selected.
|
|||
error.mgmt.server.inaccessible=The Management Server is unaccessible. Please try again later.
|
||||
error.session.expired=Your session has expired.
|
||||
error.unresolved.internet.name=Your internet name cannot be resolved.
|
||||
|
||||
|
|
|
|||
|
|
@ -1659,13 +1659,6 @@
|
|||
|
||||
<script language="javascript">
|
||||
dictionary = {
|
||||
'message.setup.physical.network.during.zone.creation.basic': '<fmt:message key="message.setup.physical.network.during.zone.creation.basic"/>',
|
||||
'label.traffic.label': '<fmt:message key="label.traffic.label"/>',
|
||||
'label.management.ips': '<fmt:message key="label.management.ips"/>',
|
||||
'label.edit.traffic.type': '<fmt:message key="label.edit.traffic.type"/>',
|
||||
'message.edit.traffic.type': '<fmt:message key="message.edit.traffic.type"/>',
|
||||
'label.label': '<fmt:message key="label.label"/>',
|
||||
'message.configure.all.traffic.types': '<fmt:message key="message.configure.all.traffic.types"/>',
|
||||
'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"/>',
|
||||
|
|
|
|||
Loading…
Reference in New Issue