From 6fc34e44d984cbcba77942e3457486ef516e28c7 Mon Sep 17 00:00:00 2001 From: Godwin Gabriel Ndlovu Date: Wed, 1 Mar 2023 19:45:31 +0200 Subject: [PATCH] Resolved issue with using IP Address as GRPC URL I've been having an issue with trying to use an IPAddress Host:Port combination in monitoring my GRPC instances. This was because the input type was set to url instead of text. Even if the pattern passes the match test, the url would block as it requires a fully qualified domain name with HTTP and this would fail to submit --- src/pages/EditMonitor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index fa1935b0c..47cf20537 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -98,7 +98,7 @@
- +