mirror of https://github.com/apache/cloudstack.git
Fix network test data
This commit is contained in:
parent
8fd57ef20c
commit
a01f6b4981
|
|
@ -400,6 +400,20 @@
|
|||
}
|
||||
},
|
||||
|
||||
staticNATDataProvider: function(args) {
|
||||
args.response.success({
|
||||
data: testData.data.ipAddresses[0]
|
||||
});
|
||||
},
|
||||
|
||||
vmDataProvider: function(args) {
|
||||
args.response.success({
|
||||
data: testData.data.instances[1]
|
||||
});
|
||||
},
|
||||
|
||||
vmDetails: cloudStack.sections.instances.listView.detailView,
|
||||
|
||||
staticNAT: {
|
||||
noSelect: true,
|
||||
fields: {
|
||||
|
|
|
|||
Loading…
Reference in New Issue