mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CS-15913: Add state column to VPN connection listing
This commit is contained in:
parent
241d83aa09
commit
df4a4a6b21
@ -906,7 +906,14 @@
|
||||
fields: {
|
||||
publicip: { label: 'label.ip.address' },
|
||||
gateway: { label: 'label.gateway' },
|
||||
cidrlist: { label: 'CIDR list' },
|
||||
state: {
|
||||
label: 'label.state',
|
||||
indicator: {
|
||||
'Connected': 'on',
|
||||
'Disconnected': 'off',
|
||||
'Error': 'off'
|
||||
}
|
||||
},
|
||||
ipsecpsk: { label: 'IPsec Preshared-Key' },
|
||||
ikepolicy: { label: 'IKE policy' },
|
||||
esppolicy: { label: 'ESP policy' }
|
||||
@ -1012,7 +1019,7 @@
|
||||
);
|
||||
}
|
||||
});
|
||||
},
|
||||
},
|
||||
notification: {
|
||||
poll: pollAsyncJobResult
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user