From 3f9e2f0af7ffeb5d9fba21005e434dd3b078d0f1 Mon Sep 17 00:00:00 2001 From: BaiJiangJie Date: Tue, 24 Sep 2019 16:16:52 +0800 Subject: [PATCH] =?UTF-8?q?[Bugfix]=20=E7=94=A8=E6=88=B7=E8=BF=9C=E7=A8=8B?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E9=A1=B5=E9=9D=A2=EF=BC=8C=E8=BF=9E=E6=8E=A5?= =?UTF-8?q?=E8=BF=9C=E7=A8=8B=E5=BA=94=E7=94=A8=E4=BC=A0=E9=80=92=20type?= =?UTF-8?q?=20=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../templates/applications/user_remote_app_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/applications/templates/applications/user_remote_app_list.html b/apps/applications/templates/applications/user_remote_app_list.html index 3559232ef..a771e647a 100644 --- a/apps/applications/templates/applications/user_remote_app_list.html +++ b/apps/applications/templates/applications/user_remote_app_list.html @@ -49,7 +49,7 @@ function initTable() { $(td).html(hostname); }}, {targets: 5, createdCell: function (td, cellData, rowData) { - var conn_btn = '{% trans "Connect" %}'.replace("{{ DEFAULT_PK }}", cellData); + var conn_btn = '{% trans "Connect" %}'.replace("{{ DEFAULT_PK }}", cellData); $(td).html(conn_btn) }} ],