mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-1428:[UI] Instance which are created without display name are not visible when added to LB: Using the name property instead in the data flow
This commit is contained in:
parent
c51587396a
commit
47dc989675
|
|
@ -2943,7 +2943,7 @@
|
|||
});
|
||||
|
||||
$.extend(item, {
|
||||
_itemName: 'displayname',
|
||||
_itemName: 'name',
|
||||
_itemData: lbInstances,
|
||||
_maxLength: {
|
||||
name: 7
|
||||
|
|
|
|||
Loading…
Reference in New Issue