mirror of https://github.com/apache/cloudstack.git
cloudstack 3.0 UI - network page - LB listing - comment out obsolete unused code.
This commit is contained in:
parent
3ef9f27c66
commit
c97144815a
|
|
@ -946,6 +946,8 @@
|
|||
addButton: true
|
||||
}
|
||||
},
|
||||
|
||||
/*
|
||||
add: {
|
||||
label: 'label.add.vms',
|
||||
action: function(args) {
|
||||
|
|
@ -1051,6 +1053,8 @@
|
|||
});
|
||||
}
|
||||
},
|
||||
*/
|
||||
|
||||
dataProvider: function(args) {
|
||||
args.response.success({ //no LB listing in AddLoadBalancer tab
|
||||
data: []
|
||||
|
|
|
|||
Loading…
Reference in New Issue