cloudstack 3.0 UI - IP Address page - detailView - Network Name is referring to name of associated network.

This commit is contained in:
Jessica Wang 2012-08-15 11:25:39 -07:00
parent dc07b2e3e6
commit 07efdb6409
1 changed files with 3 additions and 3 deletions

View File

@ -1658,11 +1658,11 @@
ipaddress: { label: 'IP' }
},
{
id: { label: 'label.id' },
networkname: { label: 'label.network.name' },
networkid: { label: 'label.network.id' },
id: { label: 'label.id' },
associatednetworkid: { label: 'label.associated.network.id' },
networkname: { label: 'Associated Network' },
state: { label: 'label.state' },
networkid: { label: 'label.network.id' },
issourcenat: { label: 'label.source.nat', converter: cloudStack.converters.toBooleanText },
isstaticnat: { label: 'label.static.nat', converter: cloudStack.converters.toBooleanText },
issystem: { label: 'label.is.system', converter: cloudStack.converters.toBooleanText }, //(basic zone only)