mirror of https://github.com/apache/cloudstack.git
CS-15901:InterVlan - UI - Site-to-Site VPN Gateway - Confirmation Message should mention Site-to-Site VPN Gateway instead of just VPN Gateway
This commit is contained in:
parent
357f8223a3
commit
4c6421abf7
|
|
@ -123,7 +123,7 @@
|
|||
showVPNListView();
|
||||
} else {
|
||||
cloudStack.dialog.confirm({
|
||||
message: 'Please confirm that you want to add a VPN gateway.',
|
||||
message: 'Please confirm that you want to add a Site-to-Site VPN gateway.',
|
||||
action: function() {
|
||||
var $loading = $('<div>').addClass('loading-overlay').appendTo($chart);
|
||||
var error = function(message) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue