+
+ {% trans 'Task name' %}
+ {{ execution.automation.name }}
+
+
{% trans 'Date start' %}
{{ execution.date_start | date:"Y/m/d H:i:s" }}
@@ -42,12 +47,7 @@
{% trans 'Asset not support count' %}
{{ summary.error_assets | default:0 }}
-
-
- {% trans 'Task name' %}
- {{ execution.automation.name }}
-
-
+
{% trans 'Time using' %}
{{ execution.duration }}s
diff --git a/apps/common/management/commands/services/services/celery_base.py b/apps/common/management/commands/services/services/celery_base.py
index edfd7bb0e..859ca26b4 100644
--- a/apps/common/management/commands/services/services/celery_base.py
+++ b/apps/common/management/commands/services/services/celery_base.py
@@ -14,7 +14,8 @@ class CeleryBaseService(BaseService):
print('\n- Start Celery as Distributed Task Queue: {}'.format(self.queue.capitalize()))
ansible_config_path = os.path.join(settings.APPS_DIR, 'libs', 'ansible', 'ansible.cfg')
ansible_modules_path = os.path.join(settings.APPS_DIR, 'libs', 'ansible', 'modules')
- os.environ.setdefault('LC_ALL', 'C.UTF-8')
+ os.environ.setdefault('LC_ALL', 'en_US.UTF-8')
+ os.environ.setdefault('LANG', 'en_US.UTF-8')
os.environ.setdefault('PYTHONOPTIMIZE', '1')
os.environ.setdefault('ANSIBLE_FORCE_COLOR', 'True')
os.environ.setdefault('ANSIBLE_CONFIG', ansible_config_path)
diff --git a/apps/i18n/lina/en.json b/apps/i18n/lina/en.json
index 41bc2f68b..a003cbede 100644
--- a/apps/i18n/lina/en.json
+++ b/apps/i18n/lina/en.json
@@ -1465,7 +1465,7 @@
"View": "View",
"ViewMore": "View more",
"ViewPerm": "View",
- "ViewSecret": "View ciphertext",
+ "ViewSecret": "View secret",
"VirtualAccountDetail": "Virtual account details",
"VirtualAccountHelpMsg": "Virtual accounts are specialized accounts with specific purposes when connecting assets.",
"VirtualAccountUpdate": "Virtual account update",