Minor fix in Any button content. It was 0.0.0.0/32 , should be 0.0.0.0/0
authorLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 31 Jan 2013 17:15:20 +0000 (19:15 +0200)
committerLeonidas Poulopoulos <leopoul@noc.grnet.gr>
Thu, 31 Jan 2013 17:15:20 +0000 (19:15 +0200)
templates/apply.html

index 3b6a5f7..1b8452e 100644 (file)
@@ -24,7 +24,7 @@
                
                
                $('#setFromAll').click(function(){
-                       $("#id_source").val('0.0.0.0/32');
+                       $("#id_source").val('0.0.0.0/0');
                        return false;
                });