From 21401650f1762bf2f5c3f99eea36f7dbe6d317eb Mon Sep 17 00:00:00 2001 From: w-mj Date: Mon, 13 Feb 2023 16:57:38 +0800 Subject: [PATCH] show modal --- template/app_view.html | 56 +++++++++++++++++++++++++++++++++--------- 1 file changed, 44 insertions(+), 12 deletions(-) diff --git a/template/app_view.html b/template/app_view.html index 311236f..881e241 100644 --- a/template/app_view.html +++ b/template/app_view.html @@ -39,11 +39,11 @@ {{ range $i, $v := .Apps }} {{ inc $i }} - {{ $v.AppName }} - {{ $v.Comment }} - {{ $v.Image }} - {{ $v.Command }} - {{ $v.Env }} + {{ $v.AppName }} + {{ $v.Comment }} + {{ $v.Image }} + {{ $v.Command }} + {{ $v.Env }}
@@ -83,17 +83,17 @@
- +
- +
- +
@@ -109,10 +109,42 @@ \ No newline at end of file