From d878089ebd7648fa307ef0486566009c93451c85 Mon Sep 17 00:00:00 2001 From: Bai Date: Thu, 14 May 2020 14:26:00 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E7=94=A8=E6=88=B7=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E8=AF=A6=E6=83=85Modal=E6=B7=BB=E5=8A=A0comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/assets/templates/assets/user_asset_list.html | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/assets/templates/assets/user_asset_list.html b/apps/assets/templates/assets/user_asset_list.html index fa2c9830c..3c5cdc4a1 100644 --- a/apps/assets/templates/assets/user_asset_list.html +++ b/apps/assets/templates/assets/user_asset_list.html @@ -78,6 +78,7 @@ $(document).ready(function () { 'platform': "{% trans 'Platform' %}", 'system_users_join': "{% trans 'System user' %}", 'domain': "{% trans 'Domain' %}", + 'comment': "{% trans 'Comment' %}", }; var value; for (var i = 0; i < data.results.length; i++) {