* [bug#54715] adjust undefined variable for jenkins.

This commit is contained in:
caoyanyi
2024-08-29 16:29:22 +08:00
committed by 田淑杰
parent 165a473c8d
commit 1cfc4d695b
@@ -13,7 +13,7 @@ namespace zin;
$data['pipeline'] = $tasks;
$tabs = array();
$tabs[] = array('name' => 'pipeline', 'text' => $lang->repo->pipeline);
$tabs[] = array('name' => 'pipeline', 'text' => $lang->pipeline->common);
/**
* 定义最终的 JSON 数据。