Skip to content

Commit 07efdb6

Browse files
author
Jessica Wang
committed
cloudstack 3.0 UI - IP Address page - detailView - Network Name is referring to name of associated network.
1 parent dc07b2e commit 07efdb6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

ui/scripts/network.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1658,11 +1658,11 @@
16581658
ipaddress: { label: 'IP' }
16591659
},
16601660
{
1661-
id: { label: 'label.id' },
1662-
networkname: { label: 'label.network.name' },
1663-
networkid: { label: 'label.network.id' },
1661+
id: { label: 'label.id' },
16641662
associatednetworkid: { label: 'label.associated.network.id' },
1663+
networkname: { label: 'Associated Network' },
16651664
state: { label: 'label.state' },
1665+
networkid: { label: 'label.network.id' },
16661666
issourcenat: { label: 'label.source.nat', converter: cloudStack.converters.toBooleanText },
16671667
isstaticnat: { label: 'label.static.nat', converter: cloudStack.converters.toBooleanText },
16681668
issystem: { label: 'label.is.system', converter: cloudStack.converters.toBooleanText }, //(basic zone only)

0 commit comments

Comments
 (0)