From 6927e31a621fbf9c9f6ed0c20fd22ea28b69c447 Mon Sep 17 00:00:00 2001 From: speatzle Date: Tue, 8 Oct 2024 16:46:51 +0200 Subject: [PATCH] fix template --- tmpl/libraries.tmpl | 20 ++++++++++++++++++++ tmpl/library.tmpl | 12 ------------ 2 files changed, 20 insertions(+), 12 deletions(-) diff --git a/tmpl/libraries.tmpl b/tmpl/libraries.tmpl index 0024bee..fb8a6b7 100644 --- a/tmpl/libraries.tmpl +++ b/tmpl/libraries.tmpl @@ -13,6 +13,8 @@ ScanNewQueueTranscode ScanChangedQueueTranscode HealthOkQueueTranscode + HealthCommand + TranscodeCommand {{range $l := .Libraries}} @@ -49,6 +51,12 @@ {{ $l.HealthOkQueueTranscode }} + + {{ $l.HealthCommand }} + + + {{ $l.TranscodeCommand }} + {{end}} @@ -75,6 +83,18 @@ + + + + {{template "tail"}} diff --git a/tmpl/library.tmpl b/tmpl/library.tmpl index 64477ec..974ee5f 100644 --- a/tmpl/library.tmpl +++ b/tmpl/library.tmpl @@ -6,18 +6,6 @@

- - - -