From f978545801cbd1a67739af96606694571112f962 Mon Sep 17 00:00:00 2001 From: Germs2004 <5519340+Germs2004@users.noreply.github.com> Date: Mon, 7 Sep 2020 11:06:02 -0400 Subject: [PATCH] added field: connectivity_sanity_test connectivity_sanity_test holds an IP address which will be pinged before and after this server gets its uptime checked --- src/templates/default/module/server/server/update.tpl.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/templates/default/module/server/server/update.tpl.html b/src/templates/default/module/server/server/update.tpl.html index 286a05d3..60b72057 100644 --- a/src/templates/default/module/server/server/update.tpl.html +++ b/src/templates/default/module/server/server/update.tpl.html @@ -45,6 +45,8 @@ + + {{ macro.input_field("text", "connectivity_sanity_test", null, "connectivity_sanity_test", label_connectivity_sanity_test, edit_value_connectivity_sanity_test, null, null, null, label_connectivity_sanity_test_description, null, null, null) }} {{ macro.input_field("number", "port", "port types typeService", "port", label_custom_port, edit_value_port, null, "5") }}