mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - IP Address page - detailView - Network Name is referring to name of associated network.
This commit is contained in:
parent
dc07b2e3e6
commit
07efdb6409
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue