From 5aaf4e1fb47ea03ddbb1cfaaa772b6678a554b30 Mon Sep 17 00:00:00 2001 From: ianmuchyri Date: Thu, 14 Mar 2024 16:20:11 +0300 Subject: [PATCH] fix channelthings and groupchannels row links Signed-off-by: ianmuchyri --- ui/web/templates/channelthings.html | 10 +++++++--- ui/web/templates/groupchannels.html | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ui/web/templates/channelthings.html b/ui/web/templates/channelthings.html index 7cc3012ec..899f052eb 100644 --- a/ui/web/templates/channelthings.html +++ b/ui/web/templates/channelthings.html @@ -104,7 +104,7 @@

Add Thing

{{ $channelID := .ChannelID }} {{ range $i, $t := .Things }} - + {{ $t.Name }} {{ range $j, $tag := $t.Tags }} @@ -160,8 +160,12 @@

Add Thing

function openThingModal() { thingModal.show(); } - -