From 1b120f8a6f02363af0da802ebeafb2ac25402319 Mon Sep 17 00:00:00 2001 From: Matthew Nickson Date: Mon, 4 Jul 2022 13:31:05 +0100 Subject: [PATCH] Made link icon only show for http and keyword The option to enable links to the monitors is now only available for http and keyword monitor types. The link will also no longer be shown on the edit page to prevent issues with the url not being present if the monitor was not already enabled for sendUrl Signed-off-by: Matthew Nickson --- src/components/PublicGroupList.vue | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/src/components/PublicGroupList.vue b/src/components/PublicGroupList.vue index 854fe5d39..e8ed57d80 100644 --- a/src/components/PublicGroupList.vue +++ b/src/components/PublicGroupList.vue @@ -48,7 +48,10 @@ {{ monitor.element.name }}

{{ monitor.element.name }}

- +