mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
Fix test data
This commit is contained in:
parent
56fcfd01bd
commit
dcccd4a278
@ -402,7 +402,7 @@
|
||||
|
||||
staticNATDataProvider: function(args) {
|
||||
args.response.success({
|
||||
data: testData.data.ipAddresses[0]
|
||||
data: testData.data.networks[0]
|
||||
});
|
||||
},
|
||||
|
||||
@ -667,7 +667,7 @@
|
||||
vpn: {
|
||||
title: 'VPN',
|
||||
custom: function(args) {
|
||||
var ipAddress = args.context.ipAddresses[0].ipaddress;
|
||||
var ipAddress = args.context.networks[0].ipaddress;
|
||||
var psk = '081XufGFmEDBAEfsfdXTNpramSZ';
|
||||
|
||||
return $('<div>').append(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user