diff --git a/util/random/random.go b/util/random/random.go
index b1dd2e09..c0894ec3 100644
--- a/util/random/random.go
+++ b/util/random/random.go
@@ -41,3 +41,7 @@ func Seq(n int) string {
}
return string(runes)
}
+
+func Num(n int) int {
+ return rand.Intn(n)
+}
diff --git a/web/html/xui/form/outbound.html b/web/html/xui/form/outbound.html
index e7edfc32..5843ab4a 100644
--- a/web/html/xui/form/outbound.html
+++ b/web/html/xui/form/outbound.html
@@ -193,25 +193,22 @@
+
+
+
+
+
+
-
-
-
-
-
- [[ method_name ]]
-
-
-
-
-
-
-
-
-
-
-
+
+
+ [[ method_name ]]
+
+
+
+
+