From 7371cefc27cb7169427c40791bd2e105439a3d46 Mon Sep 17 00:00:00 2001 From: filippolauria Date: Fri, 31 Jan 2025 14:12:54 +0100 Subject: [PATCH] added UI for advanced ping configuration Added form fields to configure: - packet count - timeout - deadline - numeric output option in monitor creation/edit view --- src/pages/EditMonitor.vue | 82 ++++++++++++++++++++++++++++++++++++--- 1 file changed, 77 insertions(+), 5 deletions(-) diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index a83f91cab..3d3f3ca13 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -660,12 +660,54 @@ - + +
+ + +
+ {{ $t("Number of packets to send before stopping") }} +
+
+ + +
+ + +
+ {{ $t("If checked, IP addresses will be output instead of symbolic hostnames") }} +
+
+ +
- +
+ +
+ + +
+ {{ $t("Total time in seconds before ping stops, regardless of packets sent") }} +
+
+ + +
+ + +
+ {{ $t("Maximum time in seconds to wait for each response") }} +
+
+ +