We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d5eaa commit 1c74b5dCopy full SHA for 1c74b5d
dbm-ui/backend/flow/engine/bamboo/scene/redis/redis_data_structure.py
@@ -290,7 +290,7 @@ def redis_data_structure_flow(self):
290
\\\"backup_dir\\\":\\\"${BACKUP_DIR}\\\",\\\"redis_backup_dir_data\\\":\\\"${REDIS_BACKUP_DIR_DATA}\\\"}</ctx>"
291
"""
292
redis_pipeline.add_act(
293
- act_name=_("获取磁盘使用情况: {}").format(ip_list),
+ act_name=_("获取磁盘使用情况: {}").format(ip_list[:3]),
294
act_component_code=ExecuteShellScriptComponent.code,
295
kwargs=asdict(first_act_kwargs),
296
write_payload_var="disk_used",
0 commit comments