mirror of https://github.com/apache/cloudstack.git
bug 11255: cloudStack - IP address page - add a missing semicolon.
This commit is contained in:
parent
a5a2c17df7
commit
a3645e3e46
|
|
@ -314,7 +314,7 @@ function afterLoadIpJSP() {
|
|||
if(protocol == "tcp" || protocol == "udp") {
|
||||
$createFirewallRow.find("#start_port,#end_port").show();
|
||||
$createFirewallRow.find("#ICMP_type,#ICMP_code").hide();
|
||||
$createFirewallRow.find("#ICMP_type,#ICMP_code").val("")
|
||||
$createFirewallRow.find("#ICMP_type,#ICMP_code").val("");
|
||||
}
|
||||
else { //protocol == icmp
|
||||
$createFirewallRow.find("#ICMP_type,#ICMP_code").show();
|
||||
|
|
|
|||
Loading…
Reference in New Issue