diff --git a/src/lang/en.json b/src/lang/en.json index 649b3d517..01f963d25 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -58,6 +58,7 @@ "Monitor Type": "Monitor Type", "Keyword": "Keyword", "Invert Keyword": "Invert Keyword", + "Request": "Request", "Expected Value": "Expected Value", "Json Query": "Json Query", "Friendly Name": "Friendly Name", @@ -561,6 +562,7 @@ "infiniteRetention": "Set to 0 for infinite retention.", "confirmDeleteTagMsg": "Are you sure you want to delete this tag? Monitors associated with this tag will not be deleted.", "enableGRPCTls": "Allow to send gRPC request with TLS connection", + "Use STARTTLS": "Use STARTTLS", "grpcMethodDescription": "Method name is convert to camelCase format such as sayHello, check, etc.", "acceptedStatusCodesDescription": "Select status codes which are considered as a successful response.", "deleteMonitorMsg": "Are you sure want to delete this monitor?", @@ -588,6 +590,7 @@ "notificationDescription": "Notifications must be assigned to a monitor to function.", "keywordDescription": "Search keyword in plain HTML or JSON response. The search is case-sensitive.", "invertKeywordDescription": "Look for the keyword to be absent rather than present.", + "requestDescription": "Request to send to the server after establishing the connection. Note that trailing newlines may be significant.", "jsonQueryDescription": "Do a json Query against the response and check for expected value (Return value will get converted into string for comparison). Check out {0} for the documentation about the query language. A playground can be found {1}.", "backupDescription": "You can backup all monitors and notifications into a JSON file.", "backupDescription2": "Note: history and event data is not included.", diff --git a/src/pages/Details.vue b/src/pages/Details.vue index 231870efd..062122389 100644 --- a/src/pages/Details.vue +++ b/src/pages/Details.vue @@ -19,7 +19,7 @@ {{ filterPassword(monitor.url) }} TCP Port {{ monitor.hostname }}:{{ monitor.port }} Ping: {{ monitor.hostname }} - +
{{ $t("Keyword") }}: {{ monitor.keyword }} diff --git a/src/pages/EditMonitor.vue b/src/pages/EditMonitor.vue index 3577d6333..1602d563b 100644 --- a/src/pages/EditMonitor.vue +++ b/src/pages/EditMonitor.vue @@ -21,6 +21,9 @@ + @@ -125,7 +128,7 @@ -
+
@@ -134,7 +137,7 @@
-
+