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