mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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…
x
Reference in New Issue
Block a user