We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc07b2e commit 07efdb6Copy full SHA for 07efdb6
1 file changed
ui/scripts/network.js
@@ -1658,11 +1658,11 @@
1658
ipaddress: { label: 'IP' }
1659
},
1660
{
1661
- id: { label: 'label.id' },
1662
- networkname: { label: 'label.network.name' },
1663
- networkid: { label: 'label.network.id' },
+ id: { label: 'label.id' },
1664
associatednetworkid: { label: 'label.associated.network.id' },
+ networkname: { label: 'Associated Network' },
1665
state: { label: 'label.state' },
+ networkid: { label: 'label.network.id' },
1666
issourcenat: { label: 'label.source.nat', converter: cloudStack.converters.toBooleanText },
1667
isstaticnat: { label: 'label.static.nat', converter: cloudStack.converters.toBooleanText },
1668
issystem: { label: 'label.is.system', converter: cloudStack.converters.toBooleanText }, //(basic zone only)
0 commit comments