From fc36ee606459c645bbf90f1d29cb35cde73ab191 Mon Sep 17 00:00:00 2001 From: Alexander Baryshnikov Date: Tue, 8 Dec 2020 17:31:40 +0800 Subject: [PATCH] ui: show multiline command --- templates/unit-info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/unit-info.html b/templates/unit-info.html index 74d0922..745bc1a 100644 --- a/templates/unit-info.html +++ b/templates/unit-info.html @@ -108,7 +108,7 @@ {{if or (eq .Unit.Mode "bin") (eq .Unit.Mode "cgi")}}
Command
-
{{.Unit.Command}}
+
{{.Unit.Command}}
Shell
{{.Unit.Shell}}
{{end}}