diff --git a/src/sunstone/public/js/plugins/vnets-tab.js b/src/sunstone/public/js/plugins/vnets-tab.js
index 160f40ea38..92f3ce0565 100644
--- a/src/sunstone/public/js/plugins/vnets-tab.js
+++ b/src/sunstone/public/js/plugins/vnets-tab.js
@@ -52,7 +52,7 @@ var create_vnet_wizard_html =
\
\
\
@@ -61,7 +61,7 @@ var create_vnet_wizard_html =
\
\
\
@@ -446,7 +446,7 @@ var vnet_actions = {
type: "single",
call: OpenNebula.Network.show,
callback: function(request, response) {
- // TODO: global var, better use jquery .data
+ // TODO: global var, better use jquery .data
vnet_to_update_id = response.VNET.ID;
Sunstone.popUpFormPanel("create_vnet_form", "vnets-tab", "update", true, function(context){
@@ -1148,9 +1148,9 @@ function setup_ar_show_info(section, vn_info, ar_id){
if (ar.SECURITY_GROUPS != undefined &&
ar.SECURITY_GROUPS.length != 0){
-
+
var secgroups = ar.SECURITY_GROUPS.split(",");
-
+
var opts = {
read_only: true,
fixed_ids: secgroups
@@ -1189,7 +1189,7 @@ function setup_sg_list_tab_content(vn_info){
if (vn_info.TEMPLATE.SECURITY_GROUPS != undefined &&
vn_info.TEMPLATE.SECURITY_GROUPS.length != 0){
-
+
secgroups = vn_info.TEMPLATE.SECURITY_GROUPS.split(",");
}