Skip to content
Snippets Groups Projects
Commit 8a35529c authored by xiaohua guan's avatar xiaohua guan Committed by Yas Naoi
Browse files

Issue #3029919 by Xiaohua Guan, yas, baldwinlouie: "CIDR IP" field was...

Issue #3029919 by Xiaohua Guan, yas, baldwinlouie: "CIDR IP" field was displayed even if the source was IP v6 in security group edit form
parent 920668d2
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@
$('.form-item-' + field + '-' + key + '-vpc-id').hide();
$('.form-item-' + field + '-' + key + '-peering-connection-id').hide();
$('.form-item-ip-permission-' + key + '-cidr-ip').show();
$('.form-item-' + field + '-' + key + '-cidr-ip').show();
},
showIp6: function (field, key) {
// Hide cidr ip field.
......@@ -137,4 +137,4 @@
}
};
})(jQuery, Drupal);
\ No newline at end of file
})(jQuery, Drupal);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment